SA-MP Forums Archive
This is kinda embarrassing(Class Request Issue) - 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: This is kinda embarrassing(Class Request Issue) (/showthread.php?tid=171050)



This is kinda embarrassing(Class Request Issue) - Souvlaki - 25.08.2010

Well I woke up before a couple of hours and I decided to make a simple TDM script cause of boredom.Well I've started setting up the account system using Djson.I decided to add some Test Classes so I can run the server to test the registration system.I went IG and nothing.I can register/login but I can't spawn or select class.I looked all over the place for similar issues but nothing...Can you take a minute to check my script?Any help would really be appreciated.


http://pawn.pastebin.com/qvtJdC5c


Thanks in advance


Re: This is kinda embarrassing(Class Request Issue) - Souvlaki - 25.08.2010

This is what happens..

(oops sorry for the bump..I should use "Edit")


Re: This is kinda embarrassing(Class Request Issue) - Retardedwolf - 25.08.2010

Try forcing the character to class selection.
ForceClassSelection(playerid);


Re: This is kinda embarrassing(Class Request Issue) - Souvlaki - 25.08.2010

Quote:
Originally Posted by EllipseRage
Посмотреть сообщение
Try forcing the character to class selection.
ForceClassSelection(playerid);
Thanks for your help but unfortunately I tried it but nothing changed..


Re: This is kinda embarrassing(Class Request Issue) - Voldemort - 25.08.2010

EDIT: I guess you have some, major issuse because there won't appear << >> Spawn buttons, you not connect to server till "end", you stop in like half way


Re: This is kinda embarrassing(Class Request Issue) - LarzI - 25.08.2010

Try doing
pawn Код:
SpawnPlayer(playerid);
ForceClassSelection(playerid);



Re: This is kinda embarrassing(Class Request Issue) - Souvlaki - 25.08.2010

Quote:
Originally Posted by LarzI
Посмотреть сообщение
Try doing
pawn Код:
SpawnPlayer(playerid);
ForceClassSelection(playerid);
Thanks but...Nope :S


Re: This is kinda embarrassing(Class Request Issue) - Souvlaki - 25.08.2010

Sorry but this is driving crazy...**Bump**


Re: This is kinda embarrassing(Class Request Issue) - Vince - 25.08.2010

Try to remove the OnPlayerCommandText callback. It tends to conflict with zcmd.


Re: This is kinda embarrassing(Class Request Issue) - Souvlaki - 25.08.2010

Quote:
Originally Posted by Vince
Посмотреть сообщение
Try to remove the OnPlayerCommandText callback. It tends to conflict with zcmd.
I removed it and forced skin class and everything but nothing...Thanks anyways