Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Server (https://forums.graalonline.com/forums/forumdisplay.php?f=14)
-   -   setgifpart (https://forums.graalonline.com/forums/showthread.php?t=6781)

Brady2 07-07-2001 12:32 PM

setgifpart
 
for the command setgifpart do I need to have it under //#CLIENTSIDE?

Er1c 07-08-2001 04:11 AM

Yes.

grim_squeaker_x 07-08-2001 04:19 AM

Quote:

Originally posted by Er1c
Yes.
Just wondering if you know, this but could I do for example:
NPC Code:
if (playerenters) {
SetGifPart();
extra commands;
}
Extra script;
//#CLIENTSIDE
function SetGifPart() setgifpart head0.gif,0,64,32,32;


Without any problems on a NPC Server?

kyle0654 07-08-2001 04:33 AM

no, the scripts on serverside run independently from the clientside scripts...

Er1c 07-08-2001 04:42 AM

What he said :D

The client side script is like a completely different NPC in a way... nothing is shared between them (in most cases).

Brady2 07-08-2001 05:51 AM

-Posted by Jadis

Soo.. I do not need //#CLIENTSIDE ?


All times are GMT +2. The time now is 11:46 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.