cars not spawning with createvehicle
#1

Код:
	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.");
			}
only posted one listitem because the rest are the same, just with different vehicle model ids
I get the clientmessage but the cars do not spawn
Reply


Messages In This Thread
cars not spawning with createvehicle - by NoahF - 30.06.2015, 01:05
Re: cars not spawning with createvehicle - by MohammedZ - 30.06.2015, 03:11
Re: cars not spawning with createvehicle - by kyriakos587 - 30.06.2015, 04:19
Re: cars not spawning with createvehicle - by kloning1 - 30.06.2015, 05:45

Forum Jump:


Users browsing this thread: 2 Guest(s)