carspawn
#2

You need to make a command...
pawn Код:
if(strcmp(cmd, "/uranus", true) == 0)
{
new Float:x,Float:y,Float:z,Float:a;
GetPlayerPos(playerid,x,y,z);
GetPlayerFacingAngle(playerid, a);
AddStaticVehicle(558, x+2, y+3, z, a, 0, 0); // 558 is the uranus car id, 0, 0 are the color of a car...
return 1;
}
Reply


Messages In This Thread
carspawn - by Join7 - 13.10.2010, 19:51
Re: carspawn - by Alex_Valde - 13.10.2010, 20:05
Re: carspawn - by Join7 - 13.10.2010, 20:16
Re: carspawn - by scripter1 - 13.10.2010, 20:26

Forum Jump:


Users browsing this thread: 1 Guest(s)