01.01.2013, 19:33
I am trying to make a command with this to type something like /elegy and make a elegy spawn next to me.
What I have not been able to find is what to use to do this, is there a CreateVehicle? I cant find anything. I just want a car to spawn next to me, so I cant save the coords or anything.
Thanks
What I have not been able to find is what to use to do this, is there a CreateVehicle? I cant find anything. I just want a car to spawn next to me, so I cant save the coords or anything.
Thanks
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/elegy"))
{
return 1;
}