
07-31-2005, 08:15 PM
|
|
dark overlord
|
 |
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
|
|
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. |
|
|
|