06.07.2018, 16:45
All the include have inside then is RemoveBuildingForPlayer functions. I don't get any errors but the removebuildings don't work. Here's my code:
Код:
public OnPlayerConnect(playerid) { // SECTION: MAPS #include "../Maps/Dealerships/Bahn/Bahn_Removes.pwn" #include "../Maps/Dealerships/Ottos/Ottos_Removes.pwn" #include "../Maps/Dealerships/Shody/Shody_Removes.pwn" #include "../Maps/Dealerships/Wang/Wang_Removes.pwn" #include "../Maps/GasPumps/FlintCounty/FlintCounty_Removes.pwn" #include "../Maps/GasPumps/Idlewood/Idlewood_Removes.pwn" return 1; }