SA-MP Forums Archive
Showroom | Matt' - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Français/French (https://sampforum.blast.hk/forumdisplay.php?fid=30)
+----- Forum: Showroom (https://sampforum.blast.hk/forumdisplay.php?fid=81)
+----- Thread: Showroom | Matt' (/showthread.php?tid=588709)

Pages: 1 2


Re : Showroom | Matt' - vic1997 - 31.10.2015

Tu pourrais trиs bien utiliser trois logiciels diffйrent pour avoir au finale ton amx


Re : Showroom | Matt' - Herka - 01.11.2015

Je rigolais en posant cette question mais, je savais mкme pas qu'il y avait plusieurs sortes de variables :') (Fake)

Merciii tonton !


Re : Showroom | Matt' - Dutheil - 01.11.2015

Herka;3605927 Wrote:Je rigolais en posant cette question mais, je savais mкme pas qu'il y avait plusieurs sortes de variables :') (Fake)

Merciii tonton !

Toutes les possibilitйs sans compter les tableaux et les autres tags :
PHP Code:
new
    
var_g_1,
    
Float:var_g_f_1,
    
bool:var_g_b_1;

static 
    
var_g_2,
    
Float:var_g_f_2,
    
bool:var_g_b_2;

const
    
var_g_3,
    
Float:var_g_f_3,
    
bool:var_g_b_3;

main()
{
    new
        
var_l_1,
        
Float:var_l_f_1,
        
bool:var_l_b_1;

    static 
        
var_l_2,
        
Float:var_l_f_2,
        
bool:var_l_b_2;

    const
        
var_l_3,
        
Float:var_l_f_3,
        
bool:var_l_b_3;