09.09.2011, 11:44
(
Последний раз редактировалось Join7; 09.09.2011 в 12:31.
)
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);
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) { ... }