07.09.2017, 18:33
Quote:
|
Because I have no clue on what part of the GM to upload.
Thanks for the response and help but, it kinda worked, when spawning I do spawn at said coordinates but half a second later it sets my location again. |
PHP код:
if(PlayerInfo[playerid][pXPos] == 0 && PlayerInfo[playerid][pYPos] == 0 && PlayerInfo[playerid][pZPos] == 0)
{
PlayerInfo[playerid][pXPos] = 1742.9600;
PlayerInfo[playerid][pYPos] = -1861.4019;
PlayerInfo[playerid][pZPos] = 0.2426;
SetPlayerPos(playerid, 1742.9600, -1861.4019, 0.2426);
}
SetPlayerScore(playerid, 1);
LoadPlayerSpawnData(playerid);


