Noob question xD - 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)
+--- Thread: Noob question xD (
/showthread.php?tid=629347)
Noob question xD -
CTR0X - 25.02.2017
What button do i press again to save the location and put the classes to spawn there?
and also how do i see the all classes in the beginning?
Cus rn i cant,
would presciate ansewrs asap

, thanks!
Re: Noob question xD -
Yousha - 25.02.2017
For first question, go in-game and type
/save
Re: Noob question xD -
CTR0X - 25.02.2017
Quote:
Originally Posted by Yousha
For first question, type /save
|
Thanks xD
and the other question?
I havent scripted in a long time Dx
Re: Noob question xD -
JesterlJoker - 25.02.2017
For your second question this might help:
https://sampforum.blast.hk/showthread.php?tid=571059 - by Dominik523
https://sampforum.blast.hk/showthread.php?tid=340754 - by $$inSane
There are others on the forums I just gave you what ****** gave me...
to make it simple
PHP код:
AddPlayerClass(//something in here.)
I don't really know how to use classes but that's how to add classes place that on ongamemodeinit();
PHP код:
ForceClassSelection(playerid);
on OnPlayerConnect, and this is totally what basic I know, I highly recommend reading either one of those...
Y_Classes, or native classes...