Player becomes admin when registers(MYSQL)
#4

Quote:
Originally Posted by ]Rafaellos[
Посмотреть сообщение
With the same ID not IP. To fix it, reset all variables when aplayer joins the server. Example:

pawn Код:
//OnPlayerConnect

pInfo[playerid][Admin] = 0;
pInfo[playerid][Money] = 0;
Or just set them to the new players info once he logs in, he could use something like pInfo[playerid][loggedIn] to check if he should set them yet or alike.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)