[help] Spawn
#1

How do i edit spawn place?
thnx
Reply
#2

there are two methods to add player spawn

OnPlayerSpawn add

Код:
SetPlayerPos(playerid, float:x, float:y, float:z);
or

new Float:gRandomPlayerSpawns[1][3] = {
{Float , Float:y, Float:z}
};
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)