Admin Skins Admin cars
#1

hey how to add admin skins and admin cars?
Reply
#2

You can use some admin functions in the admin pawno.

https://sampwiki.blast.hk/wiki/Main_Page
https://sampwiki.blast.hk/wiki/PAWN_tutorial
https://sampwiki.blast.hk/wiki/Creating_an_Admin_Script
Reply
#3

This is the simple code which can be found on wiki:
Quote:
public OnPlayerRequestClass(playerid,classid)
{
if(classid == 0 && !IsPlayerAdmin(playerid))
{
SendClientMessage(playerid,COLOR_GREEN,"This skin is only for admins!");
}
return 1;
}
Check also: https://sampwiki.blast.hk/wiki/AdminSkins
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)