SA-MP Forums Archive
[GameMode] Los Santos Cops and Robbers[Unfinished and not gonna work on it anymore] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] Los Santos Cops and Robbers[Unfinished and not gonna work on it anymore] (/showthread.php?tid=512492)



Los Santos Cops and Robbers[Unfinished and not gonna work on it anymore] - DarkLored - 11.05.2014

Los Santos Cops and Robbers
Features
Robbery System
Hitman Class
Terrorist Class
Rapist Class
Drug Dealer Class
Arms Dealer class

this is a unfinished script that i was making for myself but i found out that i won't work on it anymore so i am just releasing it to the public sorry for poor description.

PWN: http://www.mediafire.com/download/5t...h9cc/LSCNR.pwn
AMX: http://www.mediafire.com/download/f7...ti1b/LSCNR.amx


Re: Los Santos Cops and Robbers[Unfinished and not gonna work on it anymore] - Meyokie - 11.05.2014

Nice hope you are always Happy in your Script


Re: Los Santos Cops and Robbers[Unfinished and not gonna work on it anymore] - BlAcKEdiTioN - 11.05.2014

You have any Screen Shot on it Sir?


Re: Los Santos Cops and Robbers[Unfinished and not gonna work on it anymore] - LegendGangsta - 11.05.2014

Please post some screenshots!


Re: Los Santos Cops and Robbers[Unfinished and not gonna work on it anymore] - DarkLored - 11.05.2014

Sorry guys i can't put screen shots for it since this gamemode wasn't even made for release but it has some good code that can help newbies that script CNR its your choice to download or not.


Re: Los Santos Cops and Robbers[Unfinished and not gonna work on it anymore] - MichealScript - 12.05.2014

i tested it and its nice


Re: Los Santos Cops and Robbers[Unfinished and not gonna work on it anymore] - MysteriousGaming - 13.05.2014

Oops


Re: Los Santos Cops and Robbers[Unfinished and not gonna work on it anymore] - Vince - 13.05.2014

You should really learn when to use braces (and whitespace, for that matter). For example, this ban command is completely unconditional:
pawn Код:
CMD:ban(playerid, params[])
{
    new id, reason[50], string[128], banned[MAX_PLAYER_NAME];
    if(pInfo[playerid][Adminlevel] >= 3)
    if(sscanf(params, "us[50]", id, reason))return SendClientMessage(playerid, -1, "USAGE: /ban [playerid] [reason(optional)]");
    GetPlayerName(id, banned, sizeof(banned));
    format(string, sizeof(string), "AdmCmd: %s has been banned by %s. reason: %s", banned, GetName(playerid), reason);
    SendClientMessageToAll(COLOR_RED, string);
    BanEx(id, reason);
    return 1;
}
If the player isn't an admin, it will format the string with an empty name, but it'll ban the player nonetheless.


Re: Los Santos Cops and Robbers[Unfinished and not gonna work on it anymore] - Mckarlis - 13.05.2014

Can you add more info and some screens?


Re: Los Santos Cops and Robbers[Unfinished and not gonna work on it anymore] - Micheal144 - 14.05.2014

Nice. But I Was Expecting Some Screens