Errors
#2

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp(cmdtext, "/eventomotos", true) == 0)
    {
        if(Eventopolis[playerid] == 1)
        {
            SendClientMessage(playerid, -1 "No puedes abrir un nuevo evento! Primero termina con el evento de policias contra ladrones!");
        }
        else
        {
            SetPlayerVirtualWorld(playerid, 9);
        }
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
Errors - by Super_Panda - 03.10.2011, 00:31
Respuesta: Errors - by OPremium - 03.10.2011, 00:38
Re: Errors - by Super_Panda - 03.10.2011, 01:09
AW: Errors - by Drebin - 03.10.2011, 09:58

Forum Jump:


Users browsing this thread: 1 Guest(s)