18.08.2012, 23:40
Step one : Find an admin filterscript
Step Two : Find the if(IsAdminLevel code
Step Three : Add that code under onplayerentervehicle and show players the message that they are not admin.like:
Step Four : Dont forget to make you admin at the server files.
I recom u use ladmin or luxadmin.
Step Two : Find the if(IsAdminLevel code
Step Three : Add that code under onplayerentervehicle and show players the message that they are not admin.like:
Код:
if(IsAdminLevel[playerid]==0)//when player is not an admin { SendClientMessage(playerid,COLOR_RED,"Only Admins can enter this vehicle"); } else //when player is admin { }
I recom u use ladmin or luxadmin.