SA-MP Forums Archive
Please Read This.. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Please Read This.. (/showthread.php?tid=245271)



Please Read This.. - Venice - 30.03.2011

All players get admin level in my server. i don't know how fix that im see in onplayerconnect nothing there. so please help me

Sorry For my Bad english


Re: Please Read This.. - KaleOtter - 30.03.2011

Well what variable tells if you are admin or note? something like pInfo[playerid][Admin] or something?
Well but under onplayerconnect: pInfo[playerid][Admin] = 0; or what variable you use, I cannot smell that lol :P


Re: Please Read This.. - WillyP - 30.03.2011

Quote:
Originally Posted by KaleOtter
Посмотреть сообщение
Well what variable tells if you are admin or note? something like pInfo[playerid][Admin] or something?
Well but under onplayerconnect: pInfo[playerid][Admin] = 0; or what variable you use, I cannot smell that lol :P
Didn't realise you could smell text!! :O


Re: Please Read This.. - Venice - 30.03.2011

Quote:
Originally Posted by KaleOtter
Посмотреть сообщение
Well what variable tells if you are admin or note? something like pInfo[playerid][Admin] or something?
Well but under onplayerconnect: pInfo[playerid][Admin] = 0; or what variable you use, I cannot smell that lol :P
(adminlevel[playerid] >= 0);

Quote:
Originally Posted by park4bmx
Посмотреть сообщение
what admin system you use ?
already in gm not FS


Re: Please Read This.. - park4bmx - 30.03.2011

what admin system you use ?


Re: Please Read This.. - KaleOtter - 30.03.2011

Use adminlevel[playerid] = 0; in onplayerconnect

Quote:
Originally Posted by [FU]Victious
Посмотреть сообщение
Didn't realise you could smell text!! :O
Like I said, I can't


Re: Please Read This.. - Venice - 30.03.2011

Quote:
Originally Posted by KaleOtter
Посмотреть сообщение
Use adminlevel[playerid] = 0; in onplayerconnect


Like I said, I can't
okay i will try this and reply


Re: Please Read This.. - WillyP - 30.03.2011

Quote:
Originally Posted by KaleOtter
Посмотреть сообщение
Like I said, I can't
Shit rofl. My bad!


Re: Please Read This.. - Venice - 30.03.2011

okay work good thanks for your help