How to fix this:
#6

pawn Код:
CMD:let(playerid, params[])
{
    new str[128], ID;

    if(sscanf(params, "us[128]", ID, str)) return SendClientMessage(playerid, -1, "Usage: ekk [playerid] [reason]");
    if(GetPlayerVirtualWorld(playerid) == 9)
    {
          SetPlayerVirtualWorld(ID, 0);
    }
    else
    {
          SendClientMessage(ID, -1, "You are not in the event!");
    }
    return 1;
}
Reply


Messages In This Thread
How to fix this: - by Alex_Obando - 14.08.2011, 04:00
Re: How to fix this: - by PrawkC - 14.08.2011, 04:02
Re: How to fix this: - by grand.Theft.Otto - 14.08.2011, 04:10
Respuesta: How to fix this: - by Alex_Obando - 14.08.2011, 04:15
Re: How to fix this: - by Kitten - 14.08.2011, 04:45
Re: How to fix this: - by [L3th4l] - 14.08.2011, 04:46
Re: How to fix this: - by Grim_ - 14.08.2011, 04:47

Forum Jump:


Users browsing this thread: 1 Guest(s)