02.02.2012, 02:20
Hello so i started doing a RP script from a scratch. I ran into a problem on registration system. So when the player connects, if he is not register i give him a dialog that asks to put a password, that he wants to be his password. Everything is fine at that point, but when you enter it i get the class selection and the it doesnt work where i put the camera position or the player. So then i did this:
Then the player spawns, and cameras moves where i want them to. But the problem i ran in to is the SPAWN buttons do not dissapear. Does anybody know whats the problem? If you dont understand what i wrote here i can try to explain it, or give you some images.
Код:
public OnPlayerRequestClass(playerid, classid) { SpawnPlayer(playerid); return 1; }