Need a help
#1

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
Reply
#2

Did you get any Errors?
Reply
#3

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
Reply
#4

bRL yes, i have 3 errors

OldDirtyBastard, thanks, I'll try
Reply
#5

How i can add objects to Debug Guide ??
Reply
#6

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.
Reply
#7

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)