Job over the character before spawning - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Job over the character before spawning (
/showthread.php?tid=78729)
Job over the character before spawning -
Chrham_2 - 22.05.2009
Hello.
Before the spawn, I want it so say what job the character have like this:
Re: Job over the character before spawning -
Rks25 - 22.05.2009
GameTextForPlayer(playerid,"Taxi Driver",time,3);
Re: Job over the character before spawning -
Chrham_2 - 22.05.2009
Quote:
Originally Posted by RKS_
GameTextForPlayer(playerid,"Taxi Driver",time,3);
|
Yeah, I know that, but I just dont know where to put
Re: Job over the character before spawning -
Klutty - 22.05.2009
Quote:
Originally Posted by Chrham_2
Quote:
Originally Posted by RKS_
GameTextForPlayer(playerid,"Taxi Driver",time,3);
|
Yeah, I know that, but I just dont know where to put
|
pawn Код:
if (classid == 2)
{
GameTextForPlayer(playerid, "Taxi Driver", 2000, 3);
}
return 1;
There you go
Re: Job over the character before spawning -
ICECOLDKILLAK8 - 22.05.2009
Put it in OnPlayerRequestClass