28.03.2013, 03:01
Sup, I was just wondering what actually calls these?(See imgur link below)
http://imgur.com/FamQBHr
Im sure it's OnPlayerRequestClass but i want to make sure
And also, how would i remove that from appearing when you die?
Like is there anyway to fully remove it, it seems when I remove it; my screen gets brighter and brighter until I can't see it anymore.
If i was to remove it; would i just stick "SpawnPlayer" under "OnPlayerConnect" after i check if the player has logged in?
EG:
Would that work?
Thanks for any help.
http://imgur.com/FamQBHr
Im sure it's OnPlayerRequestClass but i want to make sure
And also, how would i remove that from appearing when you die?
Like is there anyway to fully remove it, it seems when I remove it; my screen gets brighter and brighter until I can't see it anymore.
If i was to remove it; would i just stick "SpawnPlayer" under "OnPlayerConnect" after i check if the player has logged in?
EG:
pawn Код:
if(pLoggedIn == true) return SpawnPlayer(playerid);
Thanks for any help.