Help| How to do that..?
#1

How to give id to player who register to server and to save his user number in file?

sorry for bad english
Reply
#2

you are thinking like unique player id? it will not show on tab anyway... Or save files by player name?
Reply
#3

Quote:
Originally Posted by Scrillex
Посмотреть сообщение
you are thinking like unique player id? it will not show on tab anyway... Or save files by player name?
No.
I want to create a new id number to everybody who register to server and to save this number in variable and file
Reply
#4

It doesn't makes no logic.. Because there is no point of doing it but okay..

Y_ini
pawn Код:
new pid;
                pid=  1 + random(6);
                PlayerInfo[playerid][NewID] = pid;
enum
pID[11],

Load
INI_String("NewID",PlayerInfo[playerid][NewID],11);
The rest think by your self
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)