Script is not working?
#1

PHP код:
forward bomb(playeridvehicleid); 
Under OnGameModeInit

PHP код:
SetTimer("bomb"5000false); 
And I got this code:

PHP код:
public bomb(playeridvehicleid)
{
    if(
IsPlayerInRangeOfPoint(playerid,700,-1952.4735,661.1452,118.8698))
    {
         new 
Float:xFloat:yFloat:z;
        
GetVehiclePos(vehicleidxyz);
        
CreateExplosion(xyz1210.0);
     }
    return 
1;

I can compile it very well.
Reply


Messages In This Thread
Script is not working? - by ValentinLaw - 20.08.2012, 20:29
Re: Script is not working? - by Kirollos - 20.08.2012, 20:30
Re: Script is not working? - by Stigg - 20.08.2012, 20:33
Re: Script is not working? - by ValentinLaw - 20.08.2012, 20:41
Re: Script is not working? - by Kirollos - 21.08.2012, 13:03
Re: Script is not working? - by ValentinLaw - 21.08.2012, 15:13

Forum Jump:


Users browsing this thread: 2 Guest(s)