Stay within the world boundaries
#1

Hello. I have a big problem. I create the login with TogglePlayerSpectatingand and when i spawn player and shows me the following message on the screen:



My code corresponding to a change TogglePlayerSpectatingand and SpawnPlayer looks like this:
pawn Код:
TogglePlayerSpectating(playerid, false);
SpawnPlayer(playerid);
Reply
#2

TogglePlayerSpectating(playerid, false);

Why would you do that ?
Reply
#3

because I want to login to the dialogue did not show a selection of Skin

In OnPlayerConnect i have:
pawn Код:
TogglePlayerSpectating(playerid, true);
Reply
#4

This happens when you dont have 'AddPlayerClass' in your GameMode. Add some of them (1 is enough), and check again
Reply
#5

Quote:
Originally Posted by Wesley221
Посмотреть сообщение
This happens when you dont have 'AddPlayerClass' in your GameMode. Add some of them (1 is enough), and check again
Oh, yes I'm stupid. Thx Wesley221
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)