02.10.2009, 02:01
if the players x and y location doesn't change the notmoving(playerid) will return true other wise it returns false. How do i write a code to do that :S I tried making a timer but failed.
Originally Posted by Nrp_RP
dunno!
![]() |
No SPAM. If you are adding no useful information to a topic, you are spamming. |
if (GetPlayerPos(playerid) == PlayerInfo[playerid][oldPos])
{
// something
}