20.11.2013, 15:50
Hello,
I Have this command :-
When i uses it, It doesn't spawn me Infernus(411 is Infernus)
If anyone can Help me, I Would be thank full of him.
I Have this command :-
pawn Код:
CMD:joinderby(playerid, params[])
{
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid,x,y,z);
new vehicle = CreateVehicle(411, x, y, z, 90, 0, 1, 60);
PutPlayerInVehicle(playerid,vehicle,0);
InDerby[playerid] = 1;
return 1;
}
If anyone can Help me, I Would be thank full of him.