Thread: showpoly?
View Single Post
  #2  
Old 08-05-2006, 09:08 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Im not sure of the problem either, but, try either of these two.


PHP Code:
//#CLIENTSIDE
function onCreated() {
setTimer(0.05);
}
function 
onTimeOut() {
temp.polyarray = {player.x,player.y,mousex,mousey};
showpoly(200,temp.polyarray);
changeimgvis(200,1);
setTimer(0.05);


Or..


PHP Code:
//#CLIENTSIDE
function onCreated() {
setTimer(0.05);
}
function 
onTimeOut() {
temp.polyarray = {{player.x,player.y,mousex,mousey}};
showpoly(200,temp.polyarray[0]);
changeimgvis(200,1);
setTimer(0.05);


Meh, dunno.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote