13.08.2010, 01:07
Delete this,
Also your gamemode might be spawning the player you will have to check.
Edit: Is there a file in your scriptfiles folder called "something.json"?
pawn Код:
public OnGameModeInit()
{
djson_GameModeInit();
return 1;
}
public OnGameModeExit()
{
djson_GameModeExit();
return 1;
}
Edit: Is there a file in your scriptfiles folder called "something.json"?