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

hello.I have FS for street sweeper job.How to do that when a player enter in sweeper, server send a messege to him-
To start working type /sweeper
Reply
#2

You will use the OnPlayerEnterVehicle function.

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

Thx you dude
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)