It Will be Use full If Server Can detect "/" cmds Like /admin /kick /ban and all words with / like if some one hacks he heals him self by /heal .. The Server Detects it and Kick's HIM
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuGetVehicleZAngle
TextDrawHideForPlayer
TextDrawShowForPlayer
TextDrawSetString
TextDrawColor
TextDrawSetShadow
TextDrawSetOutline
TextDrawLetterSize
TextDrawBackgroundColor
TextDrawFont
ETC
Quote
if(wep != 33, 30) SetPlayerWeapon(playerid,wep,9999999);
Quoteif(wep != 33 || 30) SetPlayerWeapon(playerid,wep,9999999);
Quote
public CountDownsAnn()
{
new string[256];
format(string,256,"~y~== %s ==",IntToStr(ServerInfo[0][Countx]));
GameTextForAll(string);
ServerInfo[0][Countx]--;
if(ServerInfo[0][Countx] <= 0) {
ServerInfo[0][Countx] = 3;
}
}
public FinalCountAnn()
{
GameTextForAll("~o~==GO!==");
}
else if (strcmp(cmd, "!cd", true) == 0) {
SetTimer("CountDownsAnn", 1000, 0);
SetTimer("CountDownsAnn", 2000, 0);
SetTimer("CountDownsAnn", 3000, 0);
SetTimer("FinalCountann", 4000, 0);
return 1;
}