25.11.2012, 19:12
Hi,
I have a problem.. What i have to do if i want use only /login command before spawn? Any other commands are disabled.
it not works because, if i type password it says i'm not spawned.
I have a problem.. What i have to do if i want use only /login command before spawn? Any other commands are disabled.
pawn Код:
public OnPlayerCommandReceived(playerid, cmdtext[])
{
if (!IsPlayerSpawned(playerid))
{
if (strcmp(cmdtext, "/login", true))
{
.....