OnPlayerRequestClass~delete
#1

Is there any way to delete callback OnPlayerRequestClass.
I don't want message to '{<<} {>>} {SPAWN}' ever appear in game.
Tried to delete it from script but still the message appears. Please help! Thank you!
Reply
#2

try on player connect write Spawn(playerid) its could avoid to choose skin
Reply
#3

Another quite effective way is to put the player in spectating mode: TogglePlayerSpectating(playerid, true) under OnPlayerRequestClass.

There's one downside to this that I lately discovered though: in spectating mode, keys are not detected. I haven't had anyone confirm this for me nor have I done any research, but I'm afraid that's the case.
Reply
#4

Thank you guys. You both earned reputation point . I solved it myself with SetSpawnInfo and SpawnPlayer functions.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)