Need help - 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: Need help (
/showthread.php?tid=152920)
Need help -
[asg]davo - 06.06.2010
Hello I need help so say in class selection screen it's hot cj above the player it will say cj
can anyone tell me how to do this or where to learn to fo this
Thankyou
Re: Need help -
Jochemd - 06.06.2010
Lets say CJ is classid 0
pawn Код:
OnPlayerRequestClass(playerid,classid)
{
if(classid == 0)
{
GameTextForPlayer(playerid,"CJ",3000,4);
}
}
Re: Need help -
[asg]davo - 06.06.2010
Ok so say cjs skin was now 29 I would do the same but change 0 to 29