Posts: 1,079
Threads: 64
Joined: Jan 2010
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