Help - 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: Help (
/showthread.php?tid=237121)
Help -
ElChapoGuzman - 09.03.2011
Hey so i wanna make a vip for my sever and have some privelages but i need to know how can anyone help me
Re: Help -
tanush - 09.03.2011
Check tutorial to make vip or use variables like on top
then blah blah
Re: Help -
mprofitt - 09.03.2011
Quote:
Originally Posted by tanush
Check tutorial to make vip or use variables like on top
then blah blah
|
That is a start. You helped him initialize a variable. I will add to that and others can contribute as well...
pawn Код:
new vip[MAX_PLAYERS];
public OnPlayerText(playerid, text[])
{
if(vip[playerid])
{
blah blah blah blah
}
return 1;
}
Re: Help -
ElChapoGuzman - 09.03.2011
Quote:
Originally Posted by mprofitt
That is a start. You helped him initialize a variable. I will add to that and others can contribute as well...
pawn Код:
new vip[MAX_PLAYERS];
public OnPlayerText(playerid, text[]) { if(vip[playerid]) { blah blah blah blah } return 1; }
|
thanks for explaining better
Re: Help -
tanush - 09.03.2011
dude first u will need a register/login to save too