[GameMode] [EO] Los Santos Cops and Robbers
#2

1 - You might want to read this: https://sampforum.blast.hk/showthread.php?tid=570635

2 - Use foreach..

3 - Give credit to the author of the attachment system you added in your gamemode.

4 - There is barely 70 characters in this string, aswell as many others
PHP Code:
new bstr[85];
format(bstrsizeof(bstr), "[INFO]: {FFFFFF}You have successfully put $%i in your bank account",strval(inputtext)); 
5 - 250 cells? uh... what? A client message can have the maximum of 128 cells, you don't even need that.
PHP Code:
CMD:report(playeridparams[]){
    if(
PlayerInfo[playerid][LoggedIn] == false) return SendClientMessage(playeridRED"[ERROR]: You are not connected");
    new 
IDReason[100],str[250];
    if(
sscanf(params,"us",ID,Reason)) return SCM(playeridWHITE"[USAGE]: /report (ID) (Reason)") && SCM(playeridBLREN"[FUNCTION]:{FFFFFF} Report a specific pleyr for a specific reason");
    if(!
IsPlayerConnected(ID)) return SCM(playeridRED"[ERROR]: This player is not connected");
    
SCM(playeridYELLOW"[INFO]: {FFFFFF}Your report was sent to all connected staff members!");
    
format(strsizeof(str), "[REPORT]: {FFFFFF}%s(%i) Has reported %s(%i), Reason: %s",GetName(playerid),playerid,GetName(ID),ID,Reason);
    for(new 
i=0;i<MAX_PLAYERS;i++){
        if(!
IsPlayerConnected(i)) continue;
        if(
PlayerInfo[i][AdminLevel]>=1)
            
SCM(i,ORANGEstr);
    }
    return 
1;

6 - Wasting cells once again, it isn't even close to be 120.

PHP Code:
str[120];
format(strsizeof(str), "**%s has paid for his ticket"name);
SCM(cidBLRENstr); 
7 - Why are these colors defined? you are not even using them..

PHP Code:
#define LIGHTBLUE 0x33CCFFAA
#define GREY 0xAFAFAFAA 
Reply


Messages In This Thread
[EO] Los Santos Cops and Robbers [SQLite Based] - by Eoussama - 26.12.2016, 12:52
Re: [EO] Los Santos Cops and Robbers - by Jelly23 - 26.12.2016, 13:20
Re: [EO] Los Santos Cops and Robbers - by Bolex_ - 26.12.2016, 13:45
Re: [EO] Los Santos Cops and Robbers - by Eoussama - 26.12.2016, 13:50
Re: [EO] Los Santos Cops and Robbers - by Chesher - 26.12.2016, 23:02
Re: [EO] Los Santos Cops and Robbers - by Chesher - 27.12.2016, 04:51
Re: [EO] Los Santos Cops and Robbers - by coool - 27.12.2016, 09:46
Re: [EO] Los Santos Cops and Robbers - by Chesher - 27.12.2016, 09:51
Re: [EO] Los Santos Cops and Robbers - by Eoussama - 27.12.2016, 11:08
Re: [EO] Los Santos Cops and Robbers - by Problems - 27.12.2016, 11:26
Re: [EO] Los Santos Cops and Robbers - by BurnZ - 27.12.2016, 13:13
Re: [EO] Los Santos Cops and Robbers - by Eoussama - 27.12.2016, 13:40
Re: [EO] Los Santos Cops and Robbers - by iLearner - 27.12.2016, 14:41
Re: [EO] Los Santos Cops and Robbers - by Quinncell - 27.12.2016, 15:45
Re: [EO] Los Santos Cops and Robbers - by mrsaad22 - 27.12.2016, 16:47
Re: [EO] Los Santos Cops and Robbers - by Eoussama - 27.12.2016, 17:03
Re: [EO] Los Santos Cops and Robbers - by sam1929 - 27.12.2016, 21:01
Re: [EO] Los Santos Cops and Robbers - by RyderX - 27.12.2016, 22:01
Re: [EO] Los Santos Cops and Robbers - by kelvinis - 27.12.2016, 22:31
Re: [EO] Los Santos Cops and Robbers - by Chesher - 28.12.2016, 01:44
Re: [EO] Los Santos Cops and Robbers - by Chesher - 28.12.2016, 01:48
Re: [EO] Los Santos Cops and Robbers - by RedRex - 28.12.2016, 08:02
Re: [EO] Los Santos Cops and Robbers - by Eoussama - 28.12.2016, 09:05
Re: [EO] Los Santos Cops and Robbers - by mrsaad22 - 28.12.2016, 12:13
Re: [EO] Los Santos Cops and Robbers - by Eoussama - 28.12.2016, 16:28
Re: [EO] Los Santos Cops and Robbers - by mrsaad22 - 28.12.2016, 20:35
Re: [EO] Los Santos Cops and Robbers - by Eoussama - 28.12.2016, 21:09
Re: [EO] Los Santos Cops and Robbers - by mrsaad22 - 29.12.2016, 13:05
Re: [EO] Los Santos Cops and Robbers - by iLearner - 29.12.2016, 13:11
Re: [EO] Los Santos Cops and Robbers - by mrsaad22 - 29.12.2016, 13:13
Re: [EO] Los Santos Cops and Robbers - by Eoussama - 16.01.2017, 11:34
Re: [EO] Los Santos Cops and Robbers - by Scripter18 - 16.01.2017, 13:27
Re: [EO] Los Santos Cops and Robbers - by Logic_ - 16.01.2017, 14:00
Re: [EO] Los Santos Cops and Robbers - by PhoneixViper - 16.01.2017, 18:30
Re: [EO] Los Santos Cops and Robbers - by Eoussama - 16.01.2017, 19:07
Re: [EO] Los Santos Cops and Robbers - by Astralis - 16.01.2017, 21:48
Re: [EO] Los Santos Cops and Robbers - by PinoyMaps - 16.01.2017, 22:21
Re: [EO] Los Santos Cops and Robbers - by Eoussama - 18.01.2017, 22:40
Re: [EO] Los Santos Cops and Robbers - by Ihabou - 20.01.2017, 11:04
Re: [EO] Los Santos Cops and Robbers - by GhostHacker9 - 20.01.2017, 12:24
Re: [EO] Los Santos Cops and Robbers - by Eoussama - 24.01.2017, 12:23
Re: [EO] Los Santos Cops and Robbers - by Flaw - 29.01.2017, 09:03
Re: [EO] Los Santos Cops and Robbers - by Eoussama - 29.01.2017, 09:07
Re: [EO] Los Santos Cops and Robbers - by roldan21 - 31.01.2017, 14:20
Re: [EO] Los Santos Cops and Robbers - by Eoussama - 31.01.2017, 14:50
Re: [EO] Los Santos Cops and Robbers - by roldan21 - 31.01.2017, 14:59
Re: [EO] Los Santos Cops and Robbers - by VladimirMark - 31.01.2017, 22:54
Re: [EO] Los Santos Cops and Robbers - by Eoussama - 01.02.2017, 17:45
Re: [EO] Los Santos Cops and Robbers - by suhan123 - 08.04.2017, 10:13
Re: [EO] Los Santos Cops and Robbers - by Eoussama - 08.04.2017, 21:35
Re: [EO] Los Santos Cops and Robbers - by Swinte - 09.04.2017, 01:15
Re: [EO] Los Santos Cops and Robbers - by ymty - 09.04.2017, 03:02
Re: [EO] Los Santos Cops and Robbers - by AhmedSahil122 - 27.04.2017, 13:10
Re: [EO] Los Santos Cops and Robbers - by ChandraLouis - 27.04.2017, 13:44
Re: [EO] Los Santos Cops and Robbers - by steamdeity - 10.05.2017, 15:45
Re: [EO] Los Santos Cops and Robbers - by steamdeity - 10.05.2017, 16:26
Re: [EO] Los Santos Cops and Robbers - by steamdeity - 10.05.2017, 19:08
Re: [EO] Los Santos Cops and Robbers - by STRIKER19501 - 25.08.2017, 01:32
Re: [EO] Los Santos Cops and Robbers - by Barnwell - 25.08.2017, 02:05
Re: [EO] Los Santos Cops and Robbers - by STRIKER19501 - 25.08.2017, 12:30
Re: [EO] Los Santos Cops and Robbers - by STRIKER19501 - 25.08.2017, 19:13
Re: [EO] Los Santos Cops and Robbers - by Eoussama - 25.08.2017, 19:25
Re: [EO] Los Santos Cops and Robbers - by STRIKER19501 - 30.08.2017, 21:18
Re: [EO] Los Santos Cops and Robbers - by Wisam - 31.08.2017, 08:20
Re: [EO] Los Santos Cops and Robbers - by ValueA - 31.08.2017, 13:17
Re: [EO] Los Santos Cops and Robbers - by HoNEYKISS - 07.09.2017, 08:05
Re: [EO] Los Santos Cops and Robbers - by STRIKER19501 - 07.09.2017, 15:09
Re: [EO] Los Santos Cops and Robbers - by wisnuken - 04.12.2017, 08:49
Re: [EO] Los Santos Cops and Robbers - by Eoussama - 04.12.2017, 12:29
Re: [EO] Los Santos Cops and Robbers - by xMoBi - 06.12.2017, 17:42
Re: [EO] Los Santos Cops and Robbers - by Eoussama - 06.12.2017, 18:19
Re: [EO] Los Santos Cops and Robbers - by wisnuken - 08.12.2017, 07:27
Re: [EO] Los Santos Cops and Robbers - by R4nd4ll - 08.12.2017, 12:46
Re: [EO] Los Santos Cops and Robbers - by wisnuken - 08.12.2017, 16:33
Re: [EO] Los Santos Cops and Robbers - by wisnuken - 11.12.2017, 06:38
Re: [EO] Los Santos Cops and Robbers - by RogueDrifter - 12.12.2017, 10:39
Re: [EO] Los Santos Cops and Robbers - by Xeon™ - 12.12.2017, 11:10
Re: [EO] Los Santos Cops and Robbers - by SquirrelLSRP - 12.12.2017, 18:03
Re: [EO] Los Santos Cops and Robbers - by Eoussama - 12.12.2017, 18:28
Re: [EO] Los Santos Cops and Robbers - by rfr - 12.12.2017, 19:08

Forum Jump:


Users browsing this thread: 1 Guest(s)