Help me!!
#1

How to fix this?

Quote:

C:\Users\User\Desktop\h\gamemodes\VGRP.pwn(71927) : error 036: empty statement

Line:
Quote:

if (IsPlayerInRangeOfPoint(playerid, 2.0, 1214.691772, -903.268920, 42.920112)); //BSN

Reply
#2

pawn Код:
if (IsPlayerInRangeOfPoint(playerid, 2.0, 1214.691772, -903.268920, 42.920112)); //BSN
Remove the ; at the end of the IF.
Reply
#3

Quote:
Originally Posted by Memoryz
Посмотреть сообщение
pawn Код:
if (IsPlayerInRangeOfPoint(playerid, 2.0, 1214.691772, -903.268920, 42.920112)); //BSN
Remove the ; at the end of the IF.
FIXED

THANKS
Reply
#4

Remove ";" at the End of the Line,

Try This:

Код:
if(IsPlayerInRangeOfPoint(playerid, 2.0, 1214.691772, -903.268920, 42.920112))
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)