Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 07-16-2007, 01:05 PM
HolySheepy HolySheepy is offline
Registered User
Join Date: Apr 2007
Posts: 68
HolySheepy is on a distinguished road
requesturl() problem :x

so yeah i basically did
(styled, especially for you ...)
PHP Code:
//#CLIENTSIDE
function onWeaponFired(){
  
this.HTTPR requesturl"www.google.de" );
  
this.catcheventthis.HTTPR"onReceiveData""onGetData" );
}

function 
onGetData(){
  
player.chat "got data";

i cant destroy a this.httpr, then it will say
NPC Code:

this.HTTPR.destroy();


GraalScript: Function HTTP_www.google.de_80_/.destroy not found in script of Weapon HolySheepy/Controls

setting it to NULL/"" doesnt help either :/ because when i fire the weapon the second time the return code stays at -1 and receivedata isnt called(only updating the weapon/reconnect helps)
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 01:17 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.