31.08.2011, 02:50
https://sampforum.blast.hk/showthread.php?tid=273088
Follow this tutorial and you should learn how to create a save system
Once that is done to check for a admin do
Instead of using if(IsPlayerAdmin(playerid));
EDIT Expanding on what he said above ^
Follow this tutorial and you should learn how to create a save system
Once that is done to check for a admin do
pawn Код:
if(PlayerInfo[playerid][pAdmin]);
EDIT Expanding on what he said above ^