View Single Post
  #10  
Old 08-30-2011, 03:19 PM
Gunderak Gunderak is offline
Coder
Gunderak's Avatar
Join Date: Jun 2011
Location: Australia
Posts: 795
Gunderak is on a distinguished road
even if you dont want to check for if the players ani is whatever on a timeout do somthing like this i think.
PHP Code:
function onKeypressed(codekeyscan) {
   if(
key == "s") {
     if(
player.ani.starts("servername_whatever")) { 
also with your if statements, write them as follows.
PHP Code:
if(whatever == whatever) { 
make sure you have two equals signs.
i learnt this from fowlplay
__________________

Gund for president.

Remote PM {P*}x (Graal813044) from eraiphone -> Stefan: I hav 1 qustion
*Gunderak: he hav 1
*Gunderak: qustion
Reply With Quote