strange problem with stock
#10

Quote:
Originally Posted by dominik523
Посмотреть сообщение
I tried to add a message when I enter vehicle to see if it will send a message which will say that its a truck. It didn't send anything and other code under onplayerentervehicle wasn't working because of that stock.
What do you mean? Just try this...

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    new vehid[128];
    format(vehid,sizeof(vehid),"Your are in vehicle ID: %d",vehicleid);
    SendClientMessage(playerid,-1,vehid);
    return 1;
}
Reply


Messages In This Thread
strange problem with stock - by dominik523 - 16.08.2013, 19:17
Re: strange problem with stock - by ethhackerman - 16.08.2013, 21:57
Re: strange problem with stock - by dominik523 - 17.08.2013, 08:31
Re: strange problem with stock - by Max5 - 17.08.2013, 09:21
Re: strange problem with stock - by andruz99 - 17.08.2013, 09:21
Re: strange problem with stock - by ProjectMan - 17.08.2013, 09:24
Re: strange problem with stock - by dominik523 - 17.08.2013, 09:32
Re: strange problem with stock - by ProjectMan - 17.08.2013, 09:36
Re: strange problem with stock - by dominik523 - 17.08.2013, 09:51
Re: strange problem with stock - by ProjectMan - 17.08.2013, 11:19
Re: strange problem with stock - by iPLEOMAX - 17.08.2013, 11:27
Re: strange problem with stock - by dominik523 - 17.08.2013, 11:56

Forum Jump:


Users browsing this thread: 4 Guest(s)