Problems with undefined symbol "playerid" [+REP]
#4

The function RemoveBuildingForPlayer must be added in OnPlayerConnect , example:

Код:
public OnPlayerConnect(playerid)
{
   RemoveBuildingForPlayer(playerid, 5535, 1918.8516, -1776.3281, 16.9766, 0.25);
   // etc etc
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)