To check on what...
#1

To check on what Entering [playerid] you are logged and compared it to appear Label (LS, SF, LV)

Create3DTextLabel("To check from which place you are logged (Entering [playerid] = 1)LS, SF, LV Local Place", 0x000000FF, X, Y, Z, 30.0, 1);

Код:
new Entering[MAX_PLAYERS];
...

/enter
Entering[playerid] = 1;
...

/exit
if(Entering[playerid] == 1)
{
...
}
Reply
#2

I can give you an example.

Under your login succesfull message.

Format the Create3DTextLabel
And saying in that 3dtext: Player: %s logged in here.
Reply
#3

I have another in mind. When coming through Los Santos in the interior, inside Create3DtextLabel to write LS Local
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)