Hi,
Ich habe mal ne kurze frage undzwar,
Habe ich jetzt per Dialog ein Car Spawn system gemacht.
Jedoch spawnt das Auto auf meinem Kopf und nicht neben mir.
Wie stelle ich das ein?
Hier das Script:
new Float:x, Float:y, Float:z;
SendClientMessage(playerid,GELB,"You have Spawned a BMX");
GetPlayerPos(playerid, x, y, z);
CreateVehicle(481, x, y, z, 82.2873, 0, 1, 60);
Im Script natürlich eingereiht..^^