Geplaatst: 11 maart 200718 jaren comment_630679 nogmaals lees http://wiki.sa-mp.com/wiki/Scripting_Functions is door daar vind je ook voor de admin commands --> http://wiki.sa-mp.com/wiki/Scripting_Functions#IsPlayerAdmin geeft waarde 1 als de player adminis en 0 als hij geen admin is if(IsPlayerAdmin(playerid)) //of if(IsPlayerAdmin(playerid) == 1) { (uit te voeren functie(s)) } else { SendClientMessage(playerid, COLOR_WHITE,"You are not an admin!"); } of if(IsPlayerAdmin(playerid) == 0) { SendClientMessage(playerid, COLOR_WHITE,"You are not an admin!"); } else { (uit te voeren functie(s)) } k hoop dat je dit snapt en lees die site nou is door!!!! Bewerkt: 11 maart 200718 jaren door bramiesaus
hallo
hoe maak ik admin commands