08.05.2011, 20:01
to delete it?
Find this and delete
Find this and delete
pawn Код:
#define IsPlayerPaused(%0) (GetTickCount() > LastPlayerUpdate[%0])
pawn Код:
new pName[MAX_PLAYER_NAME], string[70];
GetPlayerName(clickedplayerid,pName,MAX_PLAYER_NAME);
format(string, sizeof(string), "%s (%d) is pausing at moment", pName, clickedplayerid);
if(IsPlayerPaused(clickedplayerid)) return SendClientMessage(playerid, 0xC3C3C3FF, string);