View Single Post
XxMoNsTeRXM XxMoNsTeRXM's Avatar

JCF Member

Joined: Sep 2013

Posts: 191

XxMoNsTeRXM is doing well so far

Aug 4, 2014, 02:05 AM
XxMoNsTeRXM is offline
Reply With Quote
I want to verify if a player is at x-pos 53 and y-pos 79. I created a code but it doesn't work:

Code:
void onPlayer(jjPLAYER@ p) {
      if ((p.xPos / 32 == 53 && p.yPos / 32 == 79) && jjGameTicks % 70 == 0)
        jjAlert("Test");
}