Commands not working..
#6

pawn Код:
CMD:yes(playerid, params[])
{
    if(GetGVarInt("EventStarted") == 0)
    {
    SendClientMessage(playerid, red, "There's no event started.");
    }
    else {
    SendClientMessage(playerid, COLOR_BLUE, "You have joined the Admin Event.");
    SetPlayerPos(playerid, GetGVarFloat("EventX"), GetGVarFloat("EventY"), GetGVarFloat("EventZ"));
    GameTextForPlayer(playerid,"~p~Welcome to the~n~~h~Admin Event!",2000,5);
    SetPlayerInterior(playerid, GetGVarInt("EventI"));
    SetPVarInt(playerid, "InEvent", 1);
    }
    return 1;
}
Reply


Messages In This Thread
Commands not working.. - by SnG.Scot_MisCuDI - 15.12.2011, 23:43
Re: Commands not working.. - by Neo Karls - 15.12.2011, 23:45
Re: Commands not working.. - by SnG.Scot_MisCuDI - 15.12.2011, 23:58
Re: Commands not working.. - by Thresholdold - 16.12.2011, 02:07
Re: Commands not working.. - by SnG.Scot_MisCuDI - 16.12.2011, 02:25
Re: Commands not working.. - by Thresholdold - 16.12.2011, 02:51
Re: Commands not working.. - by SnG.Scot_MisCuDI - 16.12.2011, 02:58
Re: Commands not working.. - by Thresholdold - 16.12.2011, 03:02
Re: Commands not working.. - by SnG.Scot_MisCuDI - 16.12.2011, 03:13
Re: Commands not working.. - by Thresholdold - 16.12.2011, 03:15

Forum Jump:


Users browsing this thread: 1 Guest(s)