Empty Staement???
#5

pawn Код:
stock IsVehicleConnected(vehicleid)
{
    new Float:x,Float:y,Float:z;
    GetVehiclePos(vehicleid,x,y,z);
    if(x==0.0 && y==0.0 && z==0.0) return 0;
    return 1;
}
No need to use "CreatedVehicles" variable.
Reply


Messages In This Thread
Empty Staement??? - by Shabi RoxX - 04.02.2012, 07:43
Re: Empty Staement??? - by BlackSA - 04.02.2012, 07:50
Re: Empty Staement??? - by Shabi RoxX - 04.02.2012, 08:04
Re: Empty Staement??? - by BlackSA - 04.02.2012, 08:14
Re: Empty Staement??? - by =WoR=Varth - 04.02.2012, 08:28

Forum Jump:


Users browsing this thread: 1 Guest(s)