01.03.2010, 23:14
OnPlayerRequestClass
if(classid == classidofadminskin)
{
if(IsPlayerAdmin(playerid))
{
WHATEVER HERE
}
else
{
SendClientMessage(You are not admin..
}
}
That should work
if(classid == classidofadminskin)
{
if(IsPlayerAdmin(playerid))
{
WHATEVER HERE
}
else
{
SendClientMessage(You are not admin..
}
}
That should work