Stay At World Co-ordinates error
#5

Quote:
Originally Posted by CmZxC
Посмотреть сообщение
are you sure your teleport commands are using
DMZone[playerid] = 1; When they enter it?
yes it is

pawn Код:
if(!strcmp(cmdtext, "/dm", true))
    {
            if(DMZone[playerid] == 1) return SendClientMessage(playerid,COLOR_RED, "ERROR: You can't use this command in DM!");
            DMZone[playerid] = 1;
            SetPlayerPos(playerid, -1485.2217,307.2930,56.4609);
            SetPlayerWorldBounds(playerid, -1469.4668, -1573.2063, 360.0035,  281.4446);

        GivePlayerWeapon(playerid, 30, 8000);
        GivePlayerWeapon(playerid, 27, 8000);
        return 1;
    }
Reply


Messages In This Thread
Stay At World Co-ordinates error - by arafa001 - 26.09.2011, 19:55
Re: Stay At World Co-ordinates error - by Kingunit - 26.09.2011, 19:55
Re: Stay At World Co-ordinates error - by CmZxC - 26.09.2011, 19:57
Re: Stay At World Co-ordinates error - by IceCube! - 26.09.2011, 20:03
Re: Stay At World Co-ordinates error - by arafa001 - 26.09.2011, 20:12
Re: Stay At World Co-ordinates error - by Kingunit - 26.09.2011, 20:17
Re: Stay At World Co-ordinates error - by arafa001 - 26.09.2011, 20:35
Re: Stay At World Co-ordinates error - by arafa001 - 26.09.2011, 21:12
Re: Stay At World Co-ordinates error - by Kingunit - 26.09.2011, 21:43
Re: Stay At World Co-ordinates error - by arafa001 - 26.09.2011, 21:56

Forum Jump:


Users browsing this thread: 1 Guest(s)