Adding map problem
#1

I was making a map and I made it and when I want to input it, this error shows

Код:
(84) : error 017: undefined symbol "playerid"
Line 84:

Код:
RemoveBuildingForPlayer(playerid, 709, 2027.0859, -488.7813, 73.9766, 0.25);
I don't get this
Reply
#2

RemoveBuildingForPlayer is not used in OnGameModeInit/OnFilterScriptInit because there is no playerid parameter.
Use OnPlayerConnect callback instead.
Reply
#3

Ok, thanks for the respond now I learned something new, btw. I'm beginner scripter
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)