Raised This Month: $ Target: $400
 0% 

Xp mod


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
~Ice*shOt
Veteran Member
Join Date: Mar 2009
Location: Lithuania
Old 04-04-2009 , 11:55   Xp mod
Reply With Quote #1

Hello I am using this code:
public skill (id)
(
if (PlayerLevel [id] == 0) / / Check level.
(
give_item (id, "weapon_glock18") / / Give yourself glock18 at level 0
)

if (PlayerLevel [id] == 1) / / Check level.
(
give_item (id, "weapon_usp") / / USP Give yourself at level 1
)

if (PlayerLevel [id] == 2) / / Check level.
(
give_item (id, "weapon_deagle") / / Give yourself deagle at level 2
)

if (PlayerLevel [id] == 3) / / Check level.
(
give_item (id, "weapon_elites") / / Give yourself ELiTES at level 3
)

if (PlayerLevel [id] == 4) / / Check level.
(
give_item (id, "weapon_tmp") / / tmp Give yourself at level 4
)

if (PlayerLevel [id] == 5) / / Check level.
(
give_item (id, "weapon_ump45") / / Give yourself ump45 at level 5
)

if (PlayerLevel [id] == 6) / / Check level.

(
give_item (id, "weapon_mp5") / / Give yourself mp5 at level 6
)

if (PlayerLevel [id] == 7) / / Check level.
(
give_item (id, "weapon_p90") / / Give yourself P90 at level 7
)

if (PlayerLevel [id] == / / Check level.
(
give_item (id, "weapon_famas") / / Give yourself fama at level 8
)

if (PlayerLevel [id] == 9) / / Check level.
(
give_item (id, "weapon_galil") / / Give yourself Galil at level 9
)

if (PlayerLevel [id] == 10) / / Check level.
(
give_item (id, "weapon_m3") / / m3 Give yourself at level 10
)

if (PlayerLevel [id] == 11) / / Check level.
(
give_item (id, "weapon_ak-47") / / Give yourself ak-47 at level 11
)

if (PlayerLevel [id] == 12) / / Check level.
(
give_item (id, "weapon_m4a1") / / m4a1 Give yourself at level 12
)

if (PlayerLevel [id] == 13) / / Check level.
(
give_item (id, "weapon_awp") / / Give yourself AWP at level 13
)

if (PlayerLevel [id] == 14) / / Check level.
(
give_item (id, "weapon_sg552") / / m4a1 Give yourself at level 14
)

if (PlayerLevel [id] == 15) / / Check level.
(
give_item (id, "weapon_m249"), / / m249 Give yourself at level 15
)
)

with: http://forums.alliedmods.net/showthread.php?t=13589
but when certain levels remained unchanged for a weapon to me ..
~Ice*shOt is offline
Send a message via Skype™ to ~Ice*shOt
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:17.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode