SetPlayerWorldBounds For Death Match
#2

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;
}
You added commas instead of decimals...
pawn Код:
SetPlayerWorldBounds(playerid, 1458,873, 1228,487, 2246,867, 2057,332);
Reply


Messages In This Thread
SetPlayerWorldBounds For Death Match - by waim - 30.07.2010, 00:57
Re: SetPlayerWorldBounds For Death Match - by PotH3Ad - 30.07.2010, 01:07
Re: SetPlayerWorldBounds For Death Match - by waim - 30.07.2010, 01:10
Re: SetPlayerWorldBounds For Death Match - by John_F - 30.07.2010, 01:24
Re: SetPlayerWorldBounds For Death Match - by waim - 30.07.2010, 02:07
Re: SetPlayerWorldBounds For Death Match - by John_F - 30.07.2010, 02:10
Re: SetPlayerWorldBounds For Death Match - by DragonBlaster50 - 30.07.2010, 02:10
Re: SetPlayerWorldBounds For Death Match - by waim - 30.07.2010, 02:20
Re: SetPlayerWorldBounds For Death Match - by John_F - 30.07.2010, 02:30
Re: SetPlayerWorldBounds For Death Match - by waim - 30.07.2010, 02:33

Forum Jump:


Users browsing this thread: 1 Guest(s)