30.06.2015, 04:19
I think this will work
Quote:
f(dialogid == DIALOG_CARSIRENS) //Cheetah\nInfernus\nElegy\nTaxi\nTurismo\nBanshee\n Bullet\nJester { if(response) { if(listitem == 0) { new Float: x , Float:y, Float:z,car[MAX_PLAYERS]; GetPlayerPos(playerid, x, y, z); car[playerid] = CreateVehicle(415, x+5.0, x+2.0, z, 82.2873, 0, 0, -1, 1); PutPlayerInVehicle(playerid,car[playerid],0); SendClientMessage(playerid, COLOR_GREEN, "Unmarked Cheetah spawned."); } |