if statement help
#2

Possibly these lines:
pawn Code:
if IsPlayerInRangeOfPoint(playerid, 5, 1544.6999511719, -1630.6999511719, 13.10000038147)
*then
{
Should be like this:
pawn Code:
if(IsPlayerInRangeOfPoint(playerid, 5, 1544.6999511719, -1630.6999511719, 13.10000038147))
{
Reply


Messages In This Thread
if statement help - by dowster - 05.04.2011, 23:00
Re: if statement help - by s0nic - 05.04.2011, 23:39

Forum Jump:


Users browsing this thread: 1 Guest(s)