Quote:
Originally Posted by Socan
Код:
public OnPlayerSpawn(playerid)
{
SetPlayerPos(playerid, x, y, z);
return 1;
}
Could this be what your looking for? From what I understand your player isn't spawning which means you have no spawn. An I correct or not ?
Written on my iPhone so it's not the best
|
I dont understand you,what to write setplayerpos? lol its write an warn if i write that ..My onplayerspawn looks like this:
Код:
public OnPlayerSpawn(playerid)
{
StopAudioStreamForPlayer(playerid);
TextDrawShowForPlayer(playerid, Textovi);
return 1;
}
Can u come to computer and i send you my gm and you can see?