07.03.2015, 13:18
I have this error and warning:
Line 143: health1 = CreatePickup(1240, 2, 2000.5692,1550.5258,13.6088, -1);
Line 2901: if(IsPlayerInRangeOfPoint(playerid, 20, 2476.5989,-1655.3254,13.3279,103.7772))//Checking if the player in the range of the gate
Line 2910:if(IsPlayerInRangeOfPoint(playerid, 20, 2446.9636,-1661.8767,13.3047,271.1472))//Checking if the player in the range of the gate
Код:
C:\Users\blank\Documents\Personal Things\GTA files\GTA SA files\SAMP\gamemodes\X-tremeFreeRoam.pwn(143) : error 001: expected token: ";", but found "-identifier-" C:\Users\blank\Documents\Personal Things\GTA files\GTA SA files\SAMP\gamemodes\X-tremeFreeRoam.pwn(2901) : warning 202: number of arguments does not match definition C:\Users\blank\Documents\Personal Things\GTA files\GTA SA files\SAMP\gamemodes\X-tremeFreeRoam.pwn(2910) : warning 202: number of arguments does not match definition
Line 2901: if(IsPlayerInRangeOfPoint(playerid, 20, 2476.5989,-1655.3254,13.3279,103.7772))//Checking if the player in the range of the gate
Line 2910:if(IsPlayerInRangeOfPoint(playerid, 20, 2446.9636,-1661.8767,13.3047,271.1472))//Checking if the player in the range of the gate