16.10.2010, 09:26
Well its not Much Of Code to show here!
But im thinking,when i wanan TP to a players should i first tet the Player's ID,then check if the player is in DM...
And at /dm1 i did
But im thinking,when i wanan TP to a players should i first tet the Player's ID,then check if the player is in DM...
Код:
//============================/gotop============================================ dcmd_gotop(playerid, params[]) { { if(InParkour[playerid] == 1) return SendClientMessage(playerid,red,"This player is at a Parkour Area! Dont Disturb HiM!"); if(InDM[playerid] == 1) return SendClientMessage(playerid,red,"This player is in a DM Area! Dont DIsturb Him!");
Код:
InDM[playerid] = 1;