View Single Post
  #1  
Old 02-12-2002, 09:57 AM
TDK_RC6 TDK_RC6 is offline
Registered User
TDK_RC6's Avatar
Join Date: Jan 2002
Location: Earth
Posts: 0
TDK_RC6 is on a distinguished road
making serverside

//#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??
__________________
Staff on Renegade


email: [email protected]
aim: papivicente
Reply With Quote