18.12.2010, 15:58
Hi all,i've a serious issue.
In my gm,everyone can play with the choosen name,i need to "If you arent logged,you cant spawn".
This is the variable i use for check login:
// Logged In
// Logged Out
In my gm,everyone can play with the choosen name,i need to "If you arent logged,you cant spawn".
This is the variable i use for check login:
Код:
if(IsLogged[playerid] == 1) {
Код:
if(IsLogged[playerid] == 0) {