GetVehicleVelocity Problem
#1

Hello guys I have 2 errors from my code .Here is the code:


ERRORS
PHP код:
error 025: function heading differs from prototype
error 076
syntax error in the expression, or invalid function call 
pawn Код:
forward SpeedControl(vehicleid,playerid)
pawn Код:
public SpeedControl(vehicleid,playerid)
{
    if(IsPlayerInRangeOfPoint(playerid, 15, 1578.50, 389.46, 17.92))
    {
    if(GetVehicleVelocity < 60)
    GivePlayerMoney(playerid, 2500);
    SendClientMessage(playerid, COLOR_RED, "Òè êàðàøå ñ íàä 60 êèëîìåòðà è êàìåðàòà òå ôëàøíà è èìàø ãëîáà!");
    }
}
Reply


Messages In This Thread
GetVehicleVelocity Problem - by cs_waller - 07.02.2012, 14:46
Re: GetVehicleVelocity Problem - by Madd Kat - 07.02.2012, 14:54
Re: GetVehicleVelocity Problem - by cs_waller - 07.02.2012, 14:56
Re: GetVehicleVelocity Problem - by Madd Kat - 07.02.2012, 14:59
Re: GetVehicleVelocity Problem - by cs_waller - 07.02.2012, 15:01
Re: GetVehicleVelocity Problem - by iTorran - 07.02.2012, 15:02
Re: GetVehicleVelocity Problem - by Madd Kat - 07.02.2012, 15:04
Re: GetVehicleVelocity Problem - by cs_waller - 07.02.2012, 15:06
Re: GetVehicleVelocity Problem - by Madd Kat - 07.02.2012, 15:08
Re: GetVehicleVelocity Problem - by thimo - 07.02.2012, 15:08

Forum Jump:


Users browsing this thread: 1 Guest(s)