[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
#22

Nice script
Reply
#23

Quote:
Originally Posted by amirab
View Post
you don't know even what is a RP !
can tell me what the fucking is this ??!?!?!
PHP Code:
        INI_WriteInt(File,"Cash",GetPlayerMoney(playerid));
        
INI_WriteInt(File,"Helper",GetPlayerMoney(playerid)); 
i found that in OnPlayerDisconnect
He probably tried to do something like a helper system but done it wrong so deleted the function but forgotten the variable . Lol.
Reply
#24

Quote:
Originally Posted by BeesSi
View Post
He probably tried to do something like a helper system but done it wrong so deleted the function but forgotten the variable . Lol.
This is semi right
Reply
#25

Thanks, great.
Reply
#26

That dumb to repeat create object that much? use a for loop... GOD
EDIT: and why ur user-name is wolf but ur display pic is another animal ? :/
Reply
#27

Error: run time error can't find function why?
Reply
#28

Nice gamemod..
__________________________________________________ _________________________________________
City life roleplay.
46.117.11.181:7777
cityliferoleplay.freeforums.net
Hirning for admins or leaders.
REFUND.

OWNER - Franklin_Johnson.
__________________________________________________ __________________________________________
Rep me and i will Rep you.
Reply


Forum Jump:


Users browsing this thread: 9 Guest(s)