command error 035: argument type mismatch (argument 2)
#5

Quote:
Originally Posted by gamer931215
Посмотреть сообщение
For as far i know GetVehiclePos only stores it into the given variables, so you must use it like this:

pawn Код:
new Float:x,Float:y,Float:z;
        if(GetVehiclePos(vehicleid, x,y,z))
        {
            if(x == 0 && y == 0 && z == 0)
            {
                isvehiclespawned = 0;
            }
        }
Goodluck
Thanks man, i will give it a try and see what will come out and if it works
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)