SA-MP Forums Archive
How can i check if player go to class skins ? - 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: How can i check if player go to class skins ? (/showthread.php?tid=262900)



How can i check if player go to class skins ? - tal_peretz - 19.06.2011

Just when player go into the class, no when he switch. [By F4]


Re: How can i check if player go to class skins ? - park4bmx - 19.06.2011

OnPlayerRequestClass
is what your looking for


Re: How can i check if player go to class skins ? - Ehab1911 - 19.06.2011

I think that you can make it like When the player Press F4 Key a Client Message comes to you, Idk how it could be done but It would be like If the player OnPlayerRequestClass sendclientmessage(playerid, 0, "%s went to the Class selection screen "); or something Idk


Re: How can i check if player go to class skins ? - tal_peretz - 20.06.2011

Quote:
Originally Posted by park4bmx
Посмотреть сообщение
OnPlayerRequestClass
is what your looking for
But if the player switch skin the public happen again, I want just to check when player enter to the Class skins.

edit:

Never mind I got along