Restricted skins
#5

Quote:
Originally Posted by ISmokezU
Посмотреть сообщение
PHP код:
new g_Classid[MAX_PLAYERS] = {-1, ...};
public 
OnPlayerRequestClass(playeridclassid) {
         
g_Classid[playerid] = classid;
         return 
true;
public 
OnPlayerRequestSpawn(playerid) {
       if((
g_Classid[playerid] == 28 || g_Classid[playerid] == 29) && pInfo[playerid][VIP] < 1) {
       
ShowClassTextdraw(playeridred"Premium Accounts","GAZA UTES"); 
       return;
       }
   }
   return 
true
Please explain the coding you have posted , cause i dont think you understand what i needed
Reply


Messages In This Thread
Restricted skins - by 1fret - 16.04.2017, 04:34
Re: Restricted skins - by AjaxM - 16.04.2017, 07:20
Re: Restricted skins - by 1fret - 16.04.2017, 15:36
Re: Restricted skins - by ISmokezU - 16.04.2017, 15:50
Re: Restricted skins - by 1fret - 16.04.2017, 15:59
Re: Restricted skins - by ISmokezU - 16.04.2017, 16:02
Re: Restricted skins - by 1fret - 16.04.2017, 19:07

Forum Jump:


Users browsing this thread: 1 Guest(s)