15.08.2013, 18:28
You probably using it outside of brackets, you must use it as a function, put it under OnPlayerConnect.
Example;
Check the wiki also https://sampwiki.blast.hk/wiki/RemoveBuildingForPlayer
Example;
pawn Код:
public OnPlayerConnect(playerid)
{
RemoveBuildingForPlayer(.....);
return 1;
}