[FilterScript] Business system.
#6

Hm... Some advices:

Don't use pragma tabsize: try to make your identitation better
Remove #includes that you don't even use: for example Y_INi
I have seen this into your code:
Code:
PlayerInfo[playerid][Cash] = floatstr(params...)
That is just an example, but i what i mean is: don't set a variable type the second types
let me exaplain:
Code:
enum myEnum
{
    IntVar,
    Float: FloatVar,
    StringVar [ 128 ],
    bool: boolVar
}
new PlayerInfo[MAX_PLAYERS][myEnum];
You see? i declared the types into the enum, and when i use it the copiler is smart enough to see that i already declared the type once, so i don't need make it twice...

Anyway, good job for a first script like this
Reply


Messages In This Thread
Business system. - by Equuuuin0X - 22.02.2014, 07:06
Re: Business system. - by Krisna - 22.02.2014, 07:25
Re: Business system. - by Equuuuin0X - 22.02.2014, 07:27
Re: Business system. - by Hax0rm - 22.02.2014, 07:48
Re: Business system. - by Equuuuin0X - 22.02.2014, 07:53
Re: Business system. - by XStormiest - 22.02.2014, 08:25
Re: Business system. - by mahardika - 22.02.2014, 08:29
Re: Business system. - by Kyance - 22.02.2014, 08:39
Re: Business system. - by Equuuuin0X - 22.02.2014, 08:45
Re : Business system. - by TunisianoGamer - 22.02.2014, 11:48

Forum Jump:


Users browsing this thread: 1 Guest(s)