symbol already defined: "RemoveBuildingForPlayer"
#2

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


Messages In This Thread
symbol already defined: "RemoveBuildingForPlayer" - by DeMotion - 15.08.2013, 18:24
Re: symbol already defined: "RemoveBuildingForPlayer" - by HyperZ - 15.08.2013, 18:28
Re: symbol already defined: "RemoveBuildingForPlayer" - by DeMotion - 15.08.2013, 18:39
Re: symbol already defined: "RemoveBuildingForPlayer" - by HyperZ - 15.08.2013, 18:46
Re: symbol already defined: "RemoveBuildingForPlayer" - by DeMotion - 15.08.2013, 18:53

Forum Jump:


Users browsing this thread: 1 Guest(s)