16.07.2016, 14:34
or you can make:
And under OnGameModeInit() just put
EDIT: My mistake. not under OnGameModeInit. put it under OnPlayerConnect. Sorry again
PHP код:
stock RemoveObject(playerid)
{
RemoveBuilding...
return 1;
}
PHP код:
RemoveObject(playerid);
EDIT: My mistake. not under OnGameModeInit. put it under OnPlayerConnect. Sorry again