How to send massege to the player when he enter in sweeper ?
#2

You will use the OnPlayerEnterVehicle function.

pawn Код:
if(GetVehicleModel(vehicleid) == 574)
{
SendClientMessage(playerid, 0xFFFFFFF, "Use /sweeper to start working!");
}
Reply


Messages In This Thread
How to send massege to the player when he enter in sweeper ? - by bustern - 13.08.2013, 13:09
Re: How to send massege to the player when he enter in sweeper ? - by JimmyCh - 13.08.2013, 13:15
Re: How to send massege to the player when he enter in sweeper ? - by bustern - 13.08.2013, 13:28

Forum Jump:


Users browsing this thread: 1 Guest(s)