
10-30-2001, 04:40 AM
|
Registered User
|
Join Date: Jun 2001
Location: banana
Posts: 165
|
|
if (action)...clientside???
I have a simple question (might lead to the root of why my script won't work.) is if (action) commands only clientside? cause here is a test i did...and it worked clientside only.
if (actionberry)
{message ouch;}
//#CLIENTSIDE
if (actionberry)
{
if (playerdir==0) { putleaps 0,playerx+0.5,playery-1; };
if (playerdir==1) { putleaps 0,playerx-2,playery+1; };
if (playerdir==2) { putleaps 0,playerx+0.5,playery+2.5; };
if (playerdir==3) { putleaps 0,playerx+3,playery+1; };
} |
__________________
|
|
|