18.08.2012, 06:06
pawn Код:
if(strcmp("/dm", cmdtext, true) == 0)
{
if(GDM_Var[playerid] == 1)return SCM(playerid,red, "ERROR: You are already in this zone.");
if(GDM_Options[playerid] == false) return SCM(playerid,red, "ERROR: This zone is locked.");
if(GDM_Options[playerid] == true)
{
GDM_Var[playerid] = 1;
SCM(playerid,aqua,"Welcome to the \"DeathMatchGhost\" Zone !");
SCM(playerid,aqua,"You Want To Exit? Type [/exdm] !");
GDM_TeleportPlayer(playerid);
}
return true;
}