
11-13-2001, 03:19 AM
|
|
RadioActive Monkeeh
|
 |
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
|
|
|
(didnt read posts)
just change all ur weps w/o images to weps with images
also change
if (playerenters) { toweapons whatever; }
things to
if (playerenters&&!isweapon) { toweaposn whatever; }
that should stop crashing.. |
|
|
|