30.06.2015, 01:05
Код:
if(dialogid == DIALOG_CARSIRENS) //Cheetah\nInfernus\nElegy\nTaxi\nTurismo\nBanshee\nBullet\nJester { if(response) { if(listitem == 0) { new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); CreateVehicle(415, x+5.0, x+2.0, z, 82.2873, 0, 0, -1, 1); SendClientMessage(playerid, COLOR_GREEN, "Unmarked Cheetah spawned."); }
I get the clientmessage but the cars do not spawn