Me again, need help!
#3

pawn Код:
if(strcmp(cmdtext, "/dj", true) == 0)
{
if(DMZone[playerid] == 1) return ShowPlayerDialog(playerid,TELEWARN,DIALOG_STYLE_MSGBOX,"Error:","Teleporting Error!\n\n-Sorry But you can't Teleport to another area while in a dm. Type /kill to leave the DM.","OK","KILL ME");
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, 3206.15625, -2486.5808105469, 2750.2436523438);
GameTextForPlayer(playerid, "~y~Death Jump", 4000, 6);
ResetPlayerWeapons(playerid);
new name[MAX_PLAYER_NAME], string[100];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "[TELEPORT] %s teleported to death jump (/dj)", name );
SendClientMessageToAll(COLOR_TELEPORT, string);
return 1;
}
_____________________

Btw, mu vana XSv2 GM ?
Reply


Messages In This Thread
Me again, need help! - by Crezy-Boy - 16.06.2010, 16:06
Re: Me again, need help! - by MadeMan - 16.06.2010, 16:11
Re: Me again, need help! - by Bomber - 16.06.2010, 16:45
Re: Me again, need help! - by Crezy-Boy - 16.06.2010, 16:46

Forum Jump:


Users browsing this thread: 1 Guest(s)