
02-04-2002, 12:40 PM
|
|
Registered User
|
 |
Join Date: Aug 2001
Posts: 710
|
|
Quote:
Originally posted by Slaktmaster
Something like:
if (playerchats&&strequals(#c,lay down <weaponname>)) {
this.x = {0.5,-0.5,0.5,2.5};
this.y = {-1,1,3,1};
putnpc weaponimage,weaponcode,this.x[playerdir],this.y[playerdir];
destroy;
}
That is just for laying weapons so it would need more code, but it's a good start.
|
this.x = {0.5,-0.5,0.5,2.5};
this.y = {-1,1,3,1};
what is that |
|
|
|