Post: Instruction text when you spawn in gsc
05-27-2013, 11:38 PM #1
zombiegangster
Pokemon Trainer
(adsbygoogle = window.adsbygoogle || []).push({}); Im working on my gsc menu and I have a functional menu base I have a few commands in it but I want to know how to make this command Auto run when my player spawn here is the command...
Instructions(){
Instruct = self createfontstring("default", 1.5, self);
Instruct.sort = 15;
Instruct setPoint("RIGHT", "BOTTOM", 1500, -25);
Instruct settext("Press Aim and Knife to open the menu -- Press shoot to go up and aim to go down the menu -- Press F to select an option -- Press melee to close the menu");
while(1){
Instruct setPoint("LEFT", "BOTTOM", -1500, -25, 25);
wait 20;
Instruct setPoint("RIGHT", "BOTTOM", 1500, -25, 25);
}
wait 1;
}

The code works when I use it as a function in the menu but like I said I want it to work AS my player spawns in the game.
(adsbygoogle = window.adsbygoogle || []).push({});
05-28-2013, 07:44 AM #2
philipeininger
Treasure hunter
Originally posted by zombiegangster View Post
Im working on my gsc menu and I have a functional menu base I have a few commands in it but I want to know how to make this command Auto run when my player spawn here is the command...
Instructions(){
Instruct = self createfontstring("default", 1.5, self);
Instruct.sort = 15;
Instruct setPoint("RIGHT", "BOTTOM", 1500, -25);
Instruct settext("Press Aim and Knife to open the menu -- Press shoot to go up and aim to go down the menu -- Press F to select an option -- Press melee to close the menu");
while(1){
Instruct setPoint("LEFT", "BOTTOM", -1500, -25, 25);
wait 20;
Instruct setPoint("RIGHT", "BOTTOM", 1500, -25, 25);
}
wait 1;
}

The code works when I use it as a function in the menu but like I said I want it to work AS my player spawns in the game.


Add MwS-xiBypass_

---------- Post added at 02:44 AM ---------- Previous post was at 02:34 AM ----------

Originally posted by zombiegangster View Post
Im working on my gsc menu and I have a functional menu base I have a few commands in it but I want to know how to make this command Auto run when my player spawn here is the command...
Instructions(){
Instruct = self createfontstring("default", 1.5, self);
Instruct.sort = 15;
Instruct setPoint("RIGHT", "BOTTOM", 1500, -25);
Instruct settext("Press Aim and Knife to open the menu -- Press shoot to go up and aim to go down the menu -- Press F to select an option -- Press melee to close the menu");
while(1){
Instruct setPoint("LEFT", "BOTTOM", -1500, -25, 25);
wait 20;
Instruct setPoint("RIGHT", "BOTTOM", 1500, -25, 25);
}
wait 1;
}

The code works when I use it as a function in the menu but like I said I want it to work AS my player spawns in the game.


I dont know wha menu base you use but Put it when The Menu Starts Add me Skype Philip99x121 Ill Help yah Awesome face
05-28-2013, 10:01 AM #3
forflah123
Who’s Jim Erased?
Originally posted by zombiegangster View Post
Im working on my gsc menu and I have a functional menu base I have a few commands in it but I want to know how to make this command Auto run when my player spawn here is the command...
Instructions(){
Instruct = self createfontstring("default", 1.5, self);
Instruct.sort = 15;
Instruct setPoint("RIGHT", "BOTTOM", 1500, -25);
Instruct settext("Press Aim and Knife to open the menu -- Press shoot to go up and aim to go down the menu -- Press F to select an option -- Press melee to close the menu");
while(1){
Instruct setPoint("LEFT", "BOTTOM", -1500, -25, 25);
wait 20;
Instruct setPoint("RIGHT", "BOTTOM", 1500, -25, 25);
}
wait 1;
}

The code works when I use it as a function in the menu but like I said I want it to work AS my player spawns in the game.



in rank.gsc there is a function that called onplayerspawn just self thread it in that
05-28-2013, 02:00 PM #4
philipeininger
Treasure hunter
Originally posted by forflah123 View Post
in rank.gsc there is a function that called onplayerspawn just self thread it in that


I think he means When They Get Verified.
05-28-2013, 05:44 PM #5
zombiegangster
Pokemon Trainer
Originally posted by forflah123 View Post
in rank.gsc there is a function that called onplayerspawn just self thread it in that

Yes Lol I figured it out before anyone replied but this is what I was looking for although the gsc its in can vary.

Originally posted by philipeininger View Post
I think he means When They Get Verified.

Sorry I should have been more clear but Yea that's what I meant. forflah123's way works for me because its for when you get the menu not just for the host so once you're verified it will display the text.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo