SA-MP Forums Archive
Donator Rank - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Donator Rank (/showthread.php?tid=165591)



Donator Rank - Jan_Cross - 05.08.2010

How can i add a rank for a donator with some commands?


Re: Donator Rank - Joe_ - 05.08.2010

pawn Code:
new gDonater[MAX_PLAYERS];

if(gDonater[playerid] == 1) // player is a donator
{
// Do stuff
}



Re: Donator Rank - Mike Garber - 05.08.2010

Lol why the "g" in the beginning?
It looks so gAY

pawn Code:
new WhatTheHellYouWant[MAX_PLAYERS];

// Command
if(WhatTheHellYouWant[playerid]==1)
{
// What the Hell you want it to do
}



Re: Donator Rank - Joe_ - 05.08.2010

So what did you actually change in your code?

Don't post if you have nothing creative.


Re: Donator Rank - Mike Garber - 05.08.2010

I just showed him that he can use what the hell he want instead of making It with the "g" in the beginning...
Also in the rules It says that It Is against the rules to tell others what they can or can't do. :P


Re: Donator Rank - Kar - 05.08.2010

game Donater...


Re: Donator Rank - Jan_Cross - 05.08.2010

thx guys


Re: Donator Rank - Mr187 - 06.08.2010

Just use godfather's system for an example, even though i never recommend using godfather or using any of its code just good example other scripts and such even Edits.