View Single Post
  #11  
Old 05-17-2008, 11:24 PM
Stryke Stryke is offline
Scripter
Join Date: Apr 2008
Posts: 157
Stryke is an unknown quantity at this point
thx.. made it serverside..

BUT

PHP Code:
public function drawLeap(_typepositionxpositiony) {
  echo(
"LOL");
  
putleaps(_typepositionxpositiony);

doesnt work on the clientside OR the serverside because putleaps is clientside


echo appears though..
Reply With Quote