Help !
#1

Hello,

Can Anyone tell me that how can i do like that only 1 person can create only 1 account !
How can i do ?
Will rep +1 !

Thanks
Reply
#2

Our site fourm is not opening??
WTF our site gone man!! xD
Reply
#3

Just stock his IP+gta sa serial using gpci function's.
Reply
#4

I have no idea what this topic is about.
Reply
#5

Quote:
Originally Posted by leonardo1434
Посмотреть сообщение
Just stock his IP+gta sa serial using gpci function's.
how ? any tutorial or script ?
Reply
#6

Avi download the file i send u in Pm!!
Reply
#7

Quote:
Originally Posted by MoNeY_Co0oLzZz
Посмотреть сообщение
Avi download the file i send u in Pm!!
Stop it !
Dont Spam in my Topics....................
Reply
#8

You need to make your file with IPs, like: >Scriptfiles>Users>91.124.15.15.1>
Did you understand?
Reply
#9

Yeah Thanks
u mean like save with ip in enum :P
Reply
#10

i've made a simple example, take a look.

pawn Код:
native gpci (playerid, serial [], len); // this is the native.


public OnPlayerConnect(playerid)
{
   new playerip[16],playerserial[128];
   gpci(playerid,playerserial,sizeof(playerserial));
   GetPlayerIp(playerid, playerip, sizeof(playerip));
   if(!strcmp(playerip, "hereyougo") && !strcmp(playerserial, "hereyougo"))// you'll have to save their ips/serial in some file, then read it.
   {
      // rest of code;
   }
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)