[GameMode] Basic RP
#21

It's really basic, so there's not much to be said.
But i still noticed a few errors, such as your saving:
Code:
INI_WriteInt(File,"Cash",GetPlayerMoney(playerid));
INI_WriteInt(File,"Helper",GetPlayerMoney(playerid));
INI_WriteInt(File,"Dev",GetPlayerMoney(playerid));
And in your commands, like /me, /do, there's no reason to declare a new "action" or "shout" with 100 cells, you can just use "params".

And lastly in your /givemestats command, shouldn't you use a compound statement for this?
Code:
if(IsPlayerAdmin(playerid))
PlayerInfo[playerid][pAdmin] = 5;
PlayerInfo[playerid][pHelper] = 3;
PlayerInfo[playerid][pDev] = 3;
Reply


Messages In This Thread
Basic RP - by Wolfe - 27.02.2015, 07:13
Re: Basic RP - by $$inSane - 27.02.2015, 07:16
Re: Basic RP - by Wolfe - 27.02.2015, 07:17
Re: Basic RP - by Wolfe - 27.02.2015, 07:36
Re: Basic RP - by xiaoniao - 27.02.2015, 09:48
Re: Basic RP - by xiaoniao - 27.02.2015, 09:50
Re: Basic RP - by Wolfe - 27.02.2015, 10:01
Re: Basic RP - by $$inSane - 27.02.2015, 10:17
Re: Basic RP - by Wolfe - 27.02.2015, 10:33
Re: Basic RP - by Excel™ - 27.02.2015, 11:06
Re: Basic RP - by nitrohackz - 27.02.2015, 11:54
Re: Basic RP - by Wolfe - 27.02.2015, 12:58
Re: Basic RP - by zT KiNgKoNg - 27.02.2015, 13:03
Re: Basic RP - by Wolfe - 27.02.2015, 13:44
Re: Basic RP - by ZachKnoxx - 28.02.2015, 02:19
Re: Basic RP - by Wolfe - 28.02.2015, 06:32
Re: Basic RP - by amirab - 28.02.2015, 16:01
Re: Basic RP - by SKAzini - 28.02.2015, 16:35
Re: Basic RP - by Wolfe - 28.02.2015, 16:48
Re: Basic RP - by xiaoniao - 02.03.2015, 13:48
Re: Basic RP - by CalvinC - 02.03.2015, 14:01
Re: Basic RP - by chsulaj - 05.03.2015, 23:31
Re: Basic RP - by BeesSi - 05.03.2015, 23:55
Re: Basic RP - by Wolfe - 06.03.2015, 02:32
Re : Basic RP - by None - 07.03.2015, 14:14
Re: Basic RP - by amirm3hdi - 27.06.2015, 19:22
Re: Basic RP - by Samtwisting - 04.07.2015, 06:29
Re: Basic RP - by RonaldinhoVantoras - 04.07.2015, 14:23

Forum Jump:


Users browsing this thread: 14 Guest(s)