ForceClassSelection
#1

If you use ForceClassSelection and then SpawnPlayer or TogglePlayerSpectating(playerid, 0) the player spawns at class selection as they should, but it doesn't reset the ForceClassSelection. It doesn't reset until after the player dies but it should reset the first time the player spawns after class selection whether they had died or not. I hope this gets fixed, I made a great new system in my script but had to remove it all because of this bug.
Reply
#2

Can you explain more?

And as a note, using SpawnPlayer inside the OnPlayerRequestClass function will not spawn the player. You need to first set their spawn information with SetSpawnInfo, then the function SpawnPlayer will work correctly.

Also, TogglePlayerSpectating won't work while the player is selecting the class, because they are already frozen.
Reply
#3

Quote:
Originally Posted by Grim_
Посмотреть сообщение
Can you explain more?

And as a note, using SpawnPlayer inside the OnPlayerRequestClass function will not spawn the player. You need to first set their spawn information with SetSpawnInfo, then the function SpawnPlayer will work correctly.

Also, TogglePlayerSpectating won't work while the player is selecting the class, because they are already frozen.
Using SpawnPlayer in OnPlayerRequestClass works fine. Their spawn info is already set from AddPlayerClass! And TogglePlayerSpectating works fine in class selection as well, it can be used to make an alternative class selection rather than the default one. Please stop talking rubbish. My bug report is completely valid and everything you are saying is wrong. I hope somebody else understands what I mean.

Quote:
Originally Posted by BeckzyBoi
Посмотреть сообщение
If you use ForceClassSelection and then SpawnPlayer or TogglePlayerSpectating(playerid, 0) the player spawns at class selection as they should, but it doesn't reset the ForceClassSelection. It doesn't reset until after the player dies but it should reset the first time the player spawns after class selection whether they had died or not. I hope this gets fixed, I made a great new system in my script but had to remove it all because of this bug.
Reply
#4

Unless the last update to SA:MP Client fixed the bug where SpawnPlayer works inside of OnPlayerRequestClass, then no it will not work. And you would need to add the SetSpawnInfo to allow the spawn correctly.

And not everything I am saying is wrong, please get your facts straight. And next time when you do a report, try to speak proper English so people can actually understand what you are saying. Also pictures or video and a few examples wouldn't hurt either. Your lack of effort in the report will result in a lack of effort to resolve your problem.
Reply
#5

I'm sorry that you can't understand my bug report. Hopefully somebody else will be able to.
Reply
#6

I dont get your problem Grim_, maybe you should learn some english first before judging others. And fyi, the bug report contains an example ... actually the whole bug report is an example.
Reply
#7

Quote:
Originally Posted by FufLa
Посмотреть сообщение
I dont get your problem Grim_, maybe you should learn some english first before judging others. And fyi, the bug report contains an example ... actually the whole bug report is an example.
I do not have the problem, the thread creator does, hence why he created the topic.

And you have no right to be telling me to learn English, as I have perfectly fine English. Of course, everyone has mistakes, but I limit them as much as possible. Why don't you have any right to tell me to learn English? You didn't even capitalize the word 'English'. You are the one that should be learning English.

As for the examples, if you read my post thoroughly, which seems to be a problem you have, I was asking for some pictures and videos as a more in-depth description and example of the bug.

Not to mention, your reason for bumping the man's topic did not help him in any way. Please from now on only make useful posts.

*And I know you're going to say something about it, so I'm going to go ahead and explain it right now: This post is useful because I am, attempting, to teach you not to make useless posts. However, comprehending what you read seems to be a challenge for yourself, so I doubt you will understand this.
Reply
#8

Similar problem:

https://sampforum.blast.hk/showthread.php?tid=102312
Reply
#9

Quote:
Originally Posted by BeckzyBoi
Посмотреть сообщение
If you use ForceClassSelection and then SpawnPlayer or TogglePlayerSpectating(playerid, 0) the player spawns at class selection as they should, but it doesn't reset the ForceClassSelection. It doesn't reset until after the player dies but it should reset the first time the player spawns after class selection whether they had died or not. I hope this gets fixed, I made a great new system in my script but had to remove it all because of this bug.
So I finally know what this problem is I encountered around a week ago as well. I managed to make a workaround with variables just because my script already used some 'IsSpawned' variables. Simply implemented 'em at OnPlayerRequestSpawn.
Reply
#10

Could this please be fixed for 0.3c. Basically the problem is if you use ForceClassSelection, the variable that it uses isn't reset until the player dies. It should be reset if SpawnPlayer or TogglePlayerSpectating(playerid, 0) is used also. It is a big problem for me. Many thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)