View Single Post
  #19  
Old 07-31-2005, 08:15 PM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Quote:
Originally Posted by xAndrewx
if (actionserverside){
if (strequals(#p(0),warp)){
setlevel2 #p(1),#p(2),#p(3);
}
}
//#CLIENTSIDE
if (weaponfired){
triggeraction 0,0,serverside,weapon,warp,level,x,y;
}
For one, you're trying to use strings as vars. For another that is insecure. Don't do this.
Reply With Quote