Search Results
Original CMD from ladmin Code: CMD:goto(playerid,params[]) { if(PlayerInfo[playerid][Level] >= 2 || IsPlayerAdmin(playerid)) { if(isnull(params)) return SendClientMessage(playerid,red,"...
137
Quote: Originally Posted by JessThompson remove the bracket? it will mess the code up?? Not the bracket there is a " ` " before it
87
Код: if(playertextid == DealershipCatBike[playerid]) { new cardealerid = GetClosestCarDealerShip(playerid); if(cardealerid != 1) { SCM(playerid, COLOR_GREEN, "You clicked Bikes!")...
87
It could be possibly a "bullet Crasher" try using this https://sampforum.blast.hk/showthread.php?tid=535559
69
The problem is either here FilesCount(); or in that part, I'm not so sure Код: if(strfind(pname, "kir", true) != -1 || strfind(pname, "kun", true) != -1 || strfind(pname, "kos", true) !...
71
Try this, (Not sure about it!) Code: CMD:tradecar(playerid, params[]) { new id, dif, Float:x, Float:y, Float:z, string[256]; if(sscanf(params, "rr",id,dif)) return SCM(playerid, COLOR_GRAD2, "Usage...
111
new Text3d:minspause; //In top new Text3decspause Код: for(new i=0; i<MAX_PLAYERS; i++) { new PausedSeconds = gettime()-PauseTime[i], string[50]; if(PausedSeconds > 60)...
111
Add this to your ban CMD new string [128], ip[128]; GetPlayerIp(pName,ip,sizeof(ip)); format(string, sizeof(string),"banip %s", ip); SendRconCommand(string); SendRconComman...
198
if he changed his ip, he is able to connect again
198