number of arguments does not match definition
#1

Hello guys, can someone to help me with this?

Код:
number of arguments does not match definition
on
Код:
if(IsPlayerInRangeOfPoint(playerid, 20.0 -207.8523,-227.3220,1146.7297)) return SCM(playerid, COLOR_LIGHTRED,"You can't use this command here.");
Reply
#2

Код:
if(IsPlayerInRangeOfPoint(playerid, 20.0 -207.8523,-227.3220,1146.7297))
You skipped the comma of the range value.
Reply
#3

PHP код:
if(IsPlayerInRangeOfPoint(playerid20.0, -207.8523,-227.3220,1146.7297)) 
You forgot the comma after 20.0
Reply
#4

https://sampwiki.blast.hk/wiki/IsPlayerInRangeOfPoint

Код:
if(IsPlayerInRangeOfPoint(playerid, 20.0, -207.8523,-227.3220,1146.7297)) return SCM(playerid, COLOR_LIGHTRED,"You can't use this command here.");
EDIT: 1s Late
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)