07-11-2011, 03:10
Hello, I am a beginner to modding. Yea, I already read the "Intro to .gsc modding." can someone please check my code to find any errors? Thanks
My file is also down below.
Code:
onPlayerSpawned()
{
self endon("disconnect");
for(;;)
{
self waittill("spawned_player");
self giveWeapon ( "famas_mp" );
self switchToWeapon( "famas_mp" );
self setPerk("specialty_Lightweight");
}
}
Add me on steam! otterm