SA-MP Forums Archive
[Info]sophisticated ban, system - 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)
+--- Thread: [Info]sophisticated ban, system (/showthread.php?tid=369260)



[Info]sophisticated ban, system - NewbieScripter - 16.08.2012

Hello, is possible to ban a serial id ? i find the function... but should work now ? if not... ecc, can give me some suggestions, ideas ?


Re: [Info]sophisticated ban, system - [DOG]irinel1996 - 16.08.2012

I think it isn't possible, at least I never saw something similar, I know just two ways:
-IP Ban
-Nickname Ban


Good luck!


Re: [Info]sophisticated ban, system - leonardo1434 - 16.08.2012

gpci function.

http://forum.sa-mp.com/showpost.php?...0&postcount=10


Re: [Info]sophisticated ban, system - [DOG]irinel1996 - 16.08.2012

Quote:
Originally Posted by leonardo1434
Посмотреть сообщение
I think it's the 3є time when I see you saying that, where do you get this function?
pawn Код:
gpci (playerid, serial [], len);
May you explain me the parameters, please?


Re: [Info]sophisticated ban, system - NewbieScripter - 16.08.2012

Thanks...

i have found also this example http://pastebin.com/XdxF7ETV

By OKStyle


Re: [Info]sophisticated ban, system - leonardo1434 - 16.08.2012

pawn Код:
playerid - id of the player you want get the serial.
serial - is the name of the string to be stored.
len - is the size that may be used for storing.



Re: [Info]sophisticated ban, system - NewbieScripter - 16.08.2012

Quote:
Originally Posted by leonardo1434
Посмотреть сообщение
pawn Код:
playerid - id of the player you want get the serial.
serial - is the name of the string to be stored.
len - is the size that may be used for storing.
Thanks


Re: [Info]sophisticated ban, system - [DOG]irinel1996 - 16.08.2012

Quote:
Originally Posted by leonardo1434
Посмотреть сообщение
pawn Код:
playerid - id of the player you want get the serial.
serial - is the name of the string to be stored.
len - is the size that may be used for storing.
And where is the function? You just put the native.
To be honest, never saw it, gpci.
Are we talking about any plugin? Or SA-MP's hidden function?


Re: [Info]sophisticated ban, system - leonardo1434 - 16.08.2012

This function is made by the samp-team few years ago, if you find out at my post's, you will find a "probably" source for it,that's all i know.


Re: [Info]sophisticated ban, system - [DOG]irinel1996 - 16.08.2012

Quote:
Originally Posted by leonardo1434
Посмотреть сообщение
This function is made by the samp-team few years ago, if you find out at my post's, you will find a "probably" source for it,that's all i know.
Strange, it isn't in the wiki.
Thanks anyway.