30.07.2010, 01:07
pawn Код:
if(!strcmp(cmdtext, "/dm", true))
{
SendClientMessage(playerid, COLOR_ORANGE, "Welcome to DeathMatch .. Kill Or You'll Be Killed!");
SendClientMessage(playerid, COLOR_RED, "Type /exitdm To Exit The DeathMatch");
SetPlayerPos(playerid, 538.99822, -5008.17626, 54.34835);
GameTextForPlayer(playerid, "DeathMatch By WaiM",1500,3);
GivePlayerWeapon(playerid, 24, 99999999);
GivePlayerWeapon(playerid, 26, 99999999);
SetPlayerHealth(playerid, 100);
SetPlayerArmour(playerid, 100);
SetPlayerWorldBounds(playerid, 1458.873, 1228.487, 2246.867, 2057.332);
return 1;
}
pawn Код:
SetPlayerWorldBounds(playerid, 1458,873, 1228,487, 2246,867, 2057,332);