SA-MP Forums Archive
Need a 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 a help (/showthread.php?tid=157390)



Need a help - ItsCawaBitch - 06.07.2010

Hello dear friend's, i create GameMade and therefore I need your help.

Links: http://pastebin.com/PcjFkZxV

I added the players. But they do not appear when you connect to the server. Just want to assign the user's choice in the mountains. Can anyone help? Or fix the error. thanks


AW: Need a help - bRL - 06.07.2010

Did you get any Errors?


Re: Need a help - OldDirtyBastard - 06.07.2010

As you have the OnPlayerRequestClass, you are missing the SetPlayerFacingAngle
watch this video for the correct form how to make a class selection screen:

http://www.youtube.com/watch?v=PFWnXssIBRA


Re: Need a help - ItsCawaBitch - 06.07.2010

bRL yes, i have 3 errors

OldDirtyBastard, thanks, I'll try


Re: Need a help - ItsCawaBitch - 06.07.2010

How i can add objects to Debug Guide ??


Re: Need a help - OldDirtyBastard - 06.07.2010

since r7 servers or so F10 and F11 doesnt works for skin changing in debug mode,
use the command /player_skin [skinid] to changing skins in debug mode...
and if you wanna add all skins by one heres the code:
pawn Код:
for(new i = 0; i < 299; i++)
    {
        if(IsValidSkin(i))
        {
            AddPlayerClass(i,-1327.804,-214.589,14.529,0.0,0,0,0,0,0,0);
        }
    }
Add the code under public OnGameModeInit.


Re: Need a help - OldDirtyBastard - 06.07.2010

And, well i only know that you can add objects only when you map with MTA map editor,
didnt tried that, but if you want watch on ******* http://www.youtube.com/watch?v=zMJpMda-2o4
skip the vid when it gets dark to 4:15