car spawn
#1

please help me to do this:
When i type /mycar car ID : "Dima" Spawns infront of me!
its kinda a private car.. and i want a cmd to spawn it
Thanks alot!
Reply
#2

Here!
Reply
#3

Quote:
Originally Posted by SilentSoul
Посмотреть сообщение
no no.. its kinda a private car.. and i want a cmd to spawn it
Reply
#4

Show me your car system commands , and variables also the enum of the player cars.
Reply
#5

Quote:
Originally Posted by SilentSoul
Посмотреть сообщение
Show me your car system commands , and variables also the enum of the player cars.
This : https://sampforum.blast.hk/showthread.php?tid=283929
Reply
#6

UP!!!
Reply
#7

pawn Код:
CMD:mycar(playerid, params[])
{
    new float:x,float:y,float:z;
    GetPlayerPos(playerid,x,y,z);
    FireCat = CreateVehicle(411,x+2,y+2,z,1,146,146,60);
    return true;
}
Reply
#8

Quote:
Originally Posted by SilentSoul
Посмотреть сообщение
pawn Код:
CMD:mycar(playerid, params[])
{
    new float:x,float:y,float:z;
    GetPlayerPos(playerid,x,y,z);
    FireCat = CreateVehicle(411,x+2,y+2,z,1,146,146,60);
    return true;
}
where do i put that?
Reply
#9

Quote:
Originally Posted by Toxykx
Посмотреть сообщение
where do i put that?
Any where in your script.
Reply
#10

Quote:
Originally Posted by SilentSoul
Посмотреть сообщение
Any where in your script.
error 017: undefined symbol "mycar"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)