ItsMods

Full Version: Problem with nade/hatchet in GunGame
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
get a syntax error Sad
(08-12-2011, 19:35)Dountill Wrote: [ -> ]get a syntax error Sad

the PrintLnBold

its a L not a i btw
it's

iPrintLNbold("text");

you forgot the first 'i'
(08-12-2011, 19:38)Pozzuh Wrote: [ -> ]it's

iPrintLNbold("text");

you forgot the first 'i'

oh lol
i've now got (a part of the code)[/php]:

PHP Code:
addGunToProgression"m1911_upgradesight_extclip_silencer_mp" );
    
addGunToProgression"makarovdw_mp" );
    
addGunToProgression"python_speed_mp" );
    
addGunToProgression"asp_mp");
    
addGunToProgression"cz75_mp");
    
addGunToProgression"m1911dw_mp");
    
addGunToProgression"knife_ballistic_mp");
iPrintLNbold("Tier 1/ Done!"); 

EDIT: What i want is that after the knife_ballistic, the text appears.
(08-13-2011, 09:17)Dountill Wrote: [ -> ]i've now got (a part of the code)[/php]:

PHP Code:
addGunToProgression"m1911_upgradesight_extclip_silencer_mp" );
    
addGunToProgression"makarovdw_mp" );
    
addGunToProgression"python_speed_mp" );
    
addGunToProgression"asp_mp");
    
addGunToProgression"cz75_mp");
    
addGunToProgression"m1911dw_mp");
    
addGunToProgression"knife_ballistic_mp");
iPrintLNbold("Tier 1/ Done!"); 

EDIT: What i want is that after the knife_ballistic, the text appears.
Code:
if(self hasweapon("Tier 2 weapon?");
{
iPrintLNbold("Tier 1/ Done!");
wait 1000000000;(enough wait still end game I guess so it show once)
}
Think i made a mistake somewhere, i sended you a PM.
Just wont work for me =(
Pages: 1 2