Advertisement
Guest User

Untitled

a guest
May 26th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.35 KB | None | 0 0
  1. new g_Noad[ ] = {
  2.     "models/p6lvadr/v_knife_old.mdl",
  3.     "models/p6lvadr/v_knife_puidust.mdl",
  4.     "models/p6lvadr/v_knife_kahvel.mdl",
  5.     "models/p6lvadr/v_knife_tokk.mdl",
  6.     "models/p6lvadr/v_knife_kungfu.mdl",
  7.     "models/p6lvadr/v_knife_kirves.mdl"
  8. }
  9. public plugin_precache()
  10. {
  11.     for( new i = 0; i < sizeof g_Noad; i++ )
  12.         precache_model(g_Noad[ i ]);
  13.        
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement