What makes it happen ? :\
#5

Quote:
Originally Posted by Accord
Посмотреть сообщение
very different it's never didn't happen to me before, can you send me example to your codes with the using of this?
here is example .. but I discovred that the vehicle is created but disappeared after 1 sec or less and it's says the player is out of his vehicle.

PHP код:
SetPlayerVirtualWorld(playerid,playerid);
Messi[playerid][CarId] = CreateVehicle(Messi[playerid][CarModel], Messi[playerid][XM],Messi[playerid][YM],Messi[playerid][ZM],Messi[playerid][AM],random(15),random(15),1000);
SetVehicleVirtualWorld(Messi[playerid][CarId],playerid);
neon(playerid,Messi[playerid][CarId]); 
OnPlayerStateChange -

PHP код:
if(oldstate == PLAYER_STATE_DRIVER && Messi[playerid][InMessi] == 1
&& Messi[playerid][WithCar] == && GetPlayerVehicleID(playerid) != Messi[playerid][CarId])
EndMession(playerid,0); 
Reply


Messages In This Thread
The vehicle not created !! - by tal_peretz - 03.05.2012, 13:40
Re: What makes it happen ? :\ - by Accord - 03.05.2012, 16:02
Re: What makes it happen ? :\ - by tal_peretz - 03.05.2012, 16:12
Re: What makes it happen ? :\ - by Accord - 03.05.2012, 16:17
Re: What makes it happen ? :\ - by tal_peretz - 03.05.2012, 16:23
Re: What makes it happen ? :\ - by AndreT - 03.05.2012, 16:36
Re: What makes it happen ? :\ - by tal_peretz - 03.05.2012, 19:15

Forum Jump:


Users browsing this thread: 1 Guest(s)