SA-MP Forums Archive
[FilterScript] Matyi10012's Rcon Upgrade - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Matyi10012's Rcon Upgrade (/showthread.php?tid=221457)



Matyi10012's Rcon Upgrade - matyi10012 - 05.02.2011

Hello!

This is my first filterscript.
Rcon admin upgrade using OnPlayerClickPlayer.

Usage: Log into Rcon admin press tab and click the players name!


Code( version 1.2):

http://pastebin.com/XL2k8td8


Pictures:







(Sorry i can't speak very good english )

Matyi10012


Re: Matyi10012's Rcon Upgrade - rudi - 05.02.2011

Hey man, nice work


Re: Matyi10012's Rcon Upgrade - wups - 05.02.2011

You forgot
pawn Код:
new player[MAX_PLAYERS];



Re: Matyi10012's Rcon Upgrade - matyi10012 - 05.02.2011

Quote:
Originally Posted by wups
Посмотреть сообщение
You forgot
pawn Код:
new player[MAX_PLAYERS];
Oh thanks i fixed


Re: Matyi10012's Rcon Upgrade - Den_Deluxe - 05.02.2011

And include <a_samp>


Re: Matyi10012's Rcon Upgrade - matyi10012 - 05.02.2011

Thanks again


Re: Matyi10012's Rcon Upgrade - Ruffles. - 05.02.2011

So it's like an admen system.
Nice job anyways


Re: Matyi10012's Rcon Upgrade - matyi10012 - 05.02.2011

Quote:
Originally Posted by Stuntkillas
Посмотреть сообщение
So it's like an admen system.
Nice job anyways
Thanks but this is only update


Re: Matyi10012's Rcon Upgrade - jana4 - 05.02.2011

Good job.
Are you Alpha from the hungarian forum?


Re: Matyi10012's Rcon Upgrade - c-middia - 05.02.2011

you forgot some other vars
pawn Код:
new gSpectateID[MAX_PLAYERS];
new gSpectateType[MAX_PLAYERS];
#define ADMIN_SPEC_TYPE_NONE 0