View Single Post
  #18  
Old 08-26-2004, 03:58 PM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
Quote:
Originally Posted by ZeroTrack
I should update this so people know how i fixed it...
Why, when this works just fine?
PHP Code:
if (actionserverside) {
  if (
strequals(#p(0),strings)) {
    
with (getplayer(#p(1))) setplayerprop #c,#p(2);
  
}
}
//#CLIENTSIDE
if (playerchats) {
  if (
startswith(/teststrings,#c)) {
    
setstring this.test,1,2,3,4,5,6,7,8,9,10;
    
triggeraction 0,0,serverside,test,strings,#a,"#s(this.test)";
  
}

__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote