10.01.2017, 14:28
Quote:
|
sorry i dont understand what you said
could you write the code for me ? +1 rep if you write ![]() |
Код:
//Put this in OnFilterScriptInit
for(new i = 0; i <= GetPlayerPoolSize(); i++)
{
if(!IsPlayerConnected(i)) continue;
RemoveBuildingForPlayer(i /* Use the 'i' as playerid and it will loop through all online players, the rest if your remove building info behind the comma */,
}



