04.02.2017, 08:25
i need help to make anti sobei.t for my server when player join by this kick him
please give me true codes
please give me true codes
ffs this is not a SCRIPT FOR YOU section
thats worked but make very problems in gm Thats remove all weapons and all cars in the map! and dont fix VirtualWorld Can You Help in Private i Repped you
|
forward AntiS0bek(pID);
public AntiS0bek(pID)
{
// control codes
}
else
{
// spawn players
for (new i = 0; i <= 12; i++) // get player weapons
{
GetPlayerWeaponData(playerid, i, PlayerWeaponID[playerid][i], PlayerWeaponAmmo[playerid][i]);
}
}
return true;
}
if(pSpawn[playerid] == 0)
{
CheckSob(playerid);
pSpawn[playerid] = 1; // Finish
}
SetPlayerVirtualWorld(playerid, 0); /* The world of the players */