Why this function doesnt work
#5

I'm not sure if the below code would actually work, but I have never made an if like this in my entire life.

Код:
if ((GetPlayerWantedLevel(PlayerToCheck) > 0) && (APlayerData[PlayerToCheck][PlayerSpeed] < 30))
should be

Код:
if (GetPlayerWantedLevel(PlayerToCheck) > 0 && APlayerData[PlayerToCheck][PlayerSpeed] < 30)
Reply


Messages In This Thread
Why this function doesnt work - by thimo - 15.03.2012, 19:31
Re: Why this function doesnt work - by Krx17 - 15.03.2012, 19:37
Re: Why this function doesnt work - by thimo - 15.03.2012, 19:47
Re: Why this function doesnt work - by thimo - 16.03.2012, 07:00
Re: Why this function doesnt work - by Alternative112 - 16.03.2012, 07:09

Forum Jump:


Users browsing this thread: 2 Guest(s)