04-08-2011, 03:12
(This post was last modified: 04-08-2011, 03:15 by [pro] snipah.)
When I put fast reload in it always say unknown function
self giveweapon ( "python_mp");
self SetWeaponAmmoStock( "python_mp", 24 );
self giveweapon ( "hatchet_mp");
self SetWeaponAmmoStock( "hatchet_mp", 8 );
self giveweapon ( "knife_mp");
self clearperks();
self setPerk ("specialty_fastreload");
there is my code whats the problem?
self giveweapon ( "python_mp");
self SetWeaponAmmoStock( "python_mp", 24 );
self giveweapon ( "hatchet_mp");
self SetWeaponAmmoStock( "hatchet_mp", 8 );
self giveweapon ( "knife_mp");
self clearperks();
self setPerk ("specialty_fastreload");
there is my code whats the problem?