System donate (password / key)
#1

Does anyone know where I can find a 'donate' system, one needs a serial (password/key) to get something ..
Reply
#2

It's called

"Search" button...
Reply
#3

I've researched, I found some, but are not functional .. '.'
Reply
#4

What do you want?

I don't understand.
Reply
#5

Quote:
Originally Posted by Jamester
Посмотреть сообщение
What do you want?

I don't understand.
System donate password to gain their benefit. A base to be improved.
Reply
#6

You want a password for Donator rank?
Reply
#7

Quote:
Originally Posted by Jamester
Посмотреть сообщение
You want a password for Donator rank?

Yes, example, I want to win my VIP, but has no online administrator, I type a command (example) and the serial, and get my VIP password.
Reply
#8

It's quite simple. Here is a simple code created by me:-

PHP код:
CMD:vl/*PASS HERE*/(playerid,params[])
{
 if(
GetPVarInt(playerid"VIP") != 0) return SendClientMessage(playerid, -1"You are already logged in!");
 
SetPVarInt(playerid"VIP",1);
 
SendClientMessage(playerid, -1"You've successfully logged in to receive your VIP status!");
 
/*Place your code to receive the VIP level as example VIPLevel[playerid] = 1; */
 
return 1;

Here is the code. Make a change in it.
Reply
#9

Quote:
Originally Posted by JoshNudock
Посмотреть сообщение
Does anyone know where I can find a 'donate' system, one needs a serial (password/key) to get something ..
Hm, did you mean "redeem code" to verify donate system?
Reply
#10

Quote:
Originally Posted by karan007
Посмотреть сообщение
It's quite simple. Here is a simple code created by me:-

PHP код:
CMD:vl/*PASS HERE*/(playerid,params[])
{
 if(
GetPVarInt(playerid"VIP") != 0) return SendClientMessage(playerid, -1"You are already logged in!");
 
SetPVarInt(playerid"VIP",1);
 
SendClientMessage(playerid, -1"You've successfully logged in to receive your VIP status!");
 
/*Place your code to receive the VIP level as example VIPLevel[playerid] = 1; */
 
return 1;

Here is the code. Make a change in it.
That is soooo bad. Anyone can get it then. @OP Use a random number generator or something
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)