Having trouble with functions, stocks.
#5

Please, don't use "stock" until you are making an include -> https://sampforum.blast.hk/showthread.php?tid=570635
Also this code can be shorted:
PHP код:
stock IsPlayerSuperAdmin(playerid

 if(
superadmin[playerid]==1){ 
      return 
1
    } 
  return 
0

PHP код:
IsPlayerSuperAdmin(playerid
      return (
superadmin[playerid]); 
Reply


Messages In This Thread
Having trouble with functions, stocks. - by XpoZzA - 27.09.2018, 10:01
Re: Trouble with functions, stocks. - by jasperschellekens - 27.09.2018, 10:07
Re: Having trouble with functions, stocks. - by XpoZzA - 27.09.2018, 10:13
Re: Having trouble with functions, stocks. - by jasperschellekens - 27.09.2018, 10:14
Re: Having trouble with functions, stocks. - by Dayrion - 27.09.2018, 10:58
Re: Having trouble with functions, stocks. - by XpoZzA - 27.09.2018, 11:26
Re: Having trouble with functions, stocks. - by TheToretto - 27.09.2018, 12:17

Forum Jump:


Users browsing this thread: 1 Guest(s)