PutPlayerInVehicle
#9

Quote:
Originally Posted by MadeMan
Посмотреть сообщение
Function in gamemode

pawn Код:
public IsPlayerJoined(playerid)
{
    if(Joined[playerid])
    {
        return 1;
    }
    else
    {
        return 0;
    }
}
call from filterscript

pawn Код:
if(CallRemoteFunction("IsPlayerJoined", "d", playerid)) return SendClientMessage(playerid, COLOR_RED, "== You Can't do this");
Woot, thanks.. LOVE YOU <3 D. not in gay way
Reply


Messages In This Thread
Disable commands - by rbN. - 14.07.2010, 15:24
Re: PutPlayerInVehicle - by MadeMan - 14.07.2010, 15:26
Re: PutPlayerInVehicle - by rbN. - 14.07.2010, 15:37
Re: PutPlayerInVehicle - by MadeMan - 14.07.2010, 15:44
Re: PutPlayerInVehicle - by rbN. - 14.07.2010, 18:21
Re: PutPlayerInVehicle - by DJDhan - 14.07.2010, 18:34
Re: PutPlayerInVehicle - by rbN. - 14.07.2010, 18:38
Re: PutPlayerInVehicle - by MadeMan - 14.07.2010, 18:48
Re: PutPlayerInVehicle - by rbN. - 14.07.2010, 18:56
Re: PutPlayerInVehicle - by Jefff - 15.07.2010, 00:22

Forum Jump:


Users browsing this thread: 5 Guest(s)