Car spawn
#3

Quote:
Originally Posted by [MM]RoXoR[FS]
Посмотреть сообщение
pawn Код:
if (strcmp("/car", cmdtext, true, 10) == 0)
    {
        new Float:x,Float:y,Float:z,Float:a;
                GetPlayerPos(playerid,x,y,z);
                GetPlayerFacingAngle(playerid,a);
                AddStaticVehicle(522,x+1,y,z,a,-1,-1);
        return 1;
    }
AddStaticVehicle(522,x+1,y,z,a,-1,-1);
?
Shouldnt be this
CreateVehicle?!
Reply


Messages In This Thread
Car spawn - by CrazyChoco - 19.06.2012, 08:00
Re: Car spawn - by [MM]RoXoR[FS] - 19.06.2012, 08:11
Re: Car spawn - by Torus - 19.06.2012, 08:36
Re: Car spawn - by Audi_Quattrix - 19.06.2012, 08:40
Re: Car spawn - by [MM]RoXoR[FS] - 19.06.2012, 12:00

Forum Jump:


Users browsing this thread: 1 Guest(s)