[GameMode] Los Santos Cops and Robbers[Unfinished and not gonna work on it anymore]
#1

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
Reply
#2

Nice hope you are always Happy in your Script
Reply
#3

You have any Screen Shot on it Sir?
Reply
#4

Please post some screenshots!
Reply
#5

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.
Reply
#6

i tested it and its nice
Reply
#7

Oops
Reply
#8

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.
Reply
#9

Can you add more info and some screens?
Reply
#10

Nice. But I Was Expecting Some Screens
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)