17.06.2016, 16:22
Hi.
RemoveBuildingForPlayer default world ID: 0 and can not be changed manually. How do i change![Confused](images/smilies/confused.png)
e.g. (ID: 1,2,3 etc.) Please share your ideas.
I so tried something but it didn't work.
RemoveBuildingForPlayer default world ID: 0 and can not be changed manually. How do i change
![Confused](images/smilies/confused.png)
e.g. (ID: 1,2,3 etc.) Please share your ideas.
I so tried something but it didn't work.
PHP код:
stock RemoveBuildingWorldPlayer()
{
for(new i = 0, j = GetPlayerPoolSize(); i <= j; i++){
if(!IsPlayerConnected(i) || IsPlayerNPC(i)) continue;
new a;
if(SetPlayerVirtualWorld(i, a >= 1))
{
RemoveBuildingForPlayer(i, 16614, -346.6719, 1595.0781, 79.6641, 0.25);
RemoveBuildingForPlayer(i, 16613, -346.6719, 1595.0781, 79.6641, 0.25);
}}
return true;
}