How can i remove this
#1

Hello i just make a gamemode but in login it's appear this
how can i remove the spawn buttom

Reply
#2

You need to spawn the player to make it disappear.
You can avoid it by simply spawning the player to a virtual world or anywhere and then when a player will successfully log in, you can again set the player's pos again.simple.
Reply
#3

Quote:
Originally Posted by Debjit
Посмотреть сообщение
You need to spawn the player to make it disappear.
You can avoid it by simply spawning the player to a virtual world or anywhere and then when a player will successfully log in, you can again set the player's pos again.simple.
can i use TogglePlayerSpectating
Reply
#4

Quote:
Originally Posted by Debjit
Посмотреть сообщение
You need to spawn the player to make it disappear.
You can avoid it by simply spawning the player to a virtual world or anywhere and then when a player will successfully log in, you can again set the player's pos again.simple.
This or

Quote:

TogglePlayerSpectating

Reply
#5

Quote:
Originally Posted by Bingo
Посмотреть сообщение
This or
so both way are correct ?? but which way is optimize ?
Reply
#6

Quote:
Originally Posted by TYDS
Посмотреть сообщение
so both way are correct ?? but which way is optimize ?
Код:
TogglePlayerSpectating
I use this.

OnPlayerConnect do this

Код:
TogglePlayerSpectating(playerid, true);
And once the player is spawned or he/she logs in.

Код:
TogglePlayerSpectating(playerid, false);
Reply
#7

You should go with TogglePlayerSpectating because it would be much easy and simple.
Reply
#8

ok thank you man +rep for two guys
Reply
#9

setplayerpos
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)