Thread: setlevel?
View Single Post
  #11  
Old 08-06-2005, 03:23 AM
Maniaman Maniaman is offline
Registered User
Join Date: Aug 2005
Posts: 326
Maniaman is on a distinguished road
Quote:
Originally Posted by Tolnaftate2004
PHP Code:
if (actionserverside) {
  if (
strequals(#p(0),warp)){
    
setlevel2 ...;
  }
}
//#CLIENTSIDE
...
triggeraction 0,0,serverside,WEAPON,warp;
... 
Do not do this, it is very insecure.

setlevel2 works fine SERVERSIDE. You know, above the //#CLIENTSIDE line.
Reply With Quote