Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Araa

Pages: [1]
1
Resolved/Locked Scripts / Re: Staff Suggestion
« on: June 03, 2012, 11:39:40 pm »
Code: [Select]
function createTeamsOnStart ()
        StaffTeam = createTeam ( "Staff", 255, 255, 255 )
        setTeamFriendlyFire ( StaffTeam, false )
end
addEventHandler("onResourceStart", resourceRoot, createTeamsOnStart)

Use that instead.

Pages: [1]