Text after spawn for a class.
#1

Hey there,

I would like to know whether its possible or how to make a script so for example when a Taxi Driver spawns it will say what commands are available to him. For example:

You are now a Taxi Driver!
Available commands: /taxi-duty

I have the /taxi-duty command, so don't worry about that. Please help I will appreciate the help alot

Thanks and Regards
Puzi
Reply
#2

OnPlayerSpawn...

Check if it has a taxi skin if yes then sendclientmessage what you want if not, do nothing...
Reply
#3

under onplayerspawn
pawn Код:
if(GetPlayerSkin(playerid) == (your taxi skin))
{
//here you send meesagges or something
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)