Hello all,
I'm trying to make my own mods by following Aosma8's tutorial.
So I do the same as he in his tutorial but when i test my mod nothing happens..
Why nothing happens when I start my mod?
Help please!
I'm trying to make my own mods by following Aosma8's tutorial.
So I do the same as he in his tutorial but when i test my mod nothing happens..
PHP Code:
onPlayerSpawned()
{
self endon("disconnect");
for(;;)
{
self waittill("spawned_player");
Self giveWeapon ( " famas_reflex_dualclip_silencer_mp ", 0, false );
self setPerk("specialty_Lightweight");
}
}
if(!isdefined(self.hud_rankscroreupdate))
Help please!