Hey,
Code
if(dialogid == DIALOG_AUTOHAUS1)
{
if(response)
{
new vid = GetPlayerVehicleID(playerid);
for(new i = 0; i < sizeof(Autohausauto1); i++)
if(IsPlayerInVehicle(playerid, Autohausauto1[i]))
{
if(vid == Autohausauto1[i])
{
new string[300];
format(string, sizeof(string), "%s preis %d ",Autohausauto1_name[i], Autohausauto1_preis[i]);
ShowPlayerDialog(playerid, DIALOG_AUTOHAUS1, DIALOG_STYLE_MSGBOX, "{00C9FF}Los Santos S-Sport Autohaus", string, "Kaufen", "Abbrechen");
}
}
}
return 1;
}
Alles anzeigen
Ich will das genau jetzt in diesem Dialog schon das Auto an einer X Y Z Position gespawnt wird
Wie mache ich das, dass er genau das selbe Fahrzeug an dieser Stelle spawnt, hoffe einer kann mir behilflich sein