Quote:
Originally posted by TDK_RC6
//#SERVERSIDE
will this make the script below serverside??
so if you do this
NPC Code:
//#CLIENTSIDE
if (isweapon) { timeout=.1; }
if (timeout) {
//#SERVERSIDE
setplayerprop #c, #I(server.string,0);
//#CLIENTSIDE
timeout=.1; }
would that work??
|
NPC Code:
NPC Code:
//#CLIENTSIDE
if (isweapon) {
timeout=1;
}
if (timeout) {
setplayerprop #c, #I(server.string,0);
timeout=1;
}