View Single Post
  #11  
Old 09-10-2006, 08:39 PM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
I cannot get requesttext() to work.

I trying to do it the same way as your script. Heres all i'm trying to do:

PHP Code:
//#CLIENTSIDE
function onWeaponFired() {
requestText("options"""); 
}
function 
onReceiveText(texttypetextoptiontextlines) { 
echo(
"Recieved");
echo(
textlines);

It doesnt work. onReceiveText never gets called.
__________________

Coming soon (Hopefully:P)
Reply With Quote