As soon as I spawn I die.
#1

As soon as I spawn, after choosing my class, I die. There is no reason for it. Does anyone know what could be causing this?
Reply
#2

What do you mean ? After you select a class you dying?

Give me the OnPlayerRequestSpawn & OnPlayerSpawn Public.
Reply
#3

I don't have OnPlayerRequestSpawn
Reply
#4

pawn Код:
SpawnPlayer(playerid);
This function should Spawn the player, Are you sure the player die?
Reply
#5

FIXED: I imagine other people with the same problem so here is the solution, Make sure you have this,

pawn Код:
public OnPlayerRequestSpawn(playerid)
{
    SetPlayerHealth(playerid, 100);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)