(205) : warning 202: number of arguments does not match definition
#1

Код:
(205) : warning 202: number of arguments does not match definition
Line 205: vagos = GangZoneCreate(2676,35, -1606,855, 2915,929, -1160,76);
Reply
#2

Use dots instead of commas for the coordinates ... (for any Anglo-saxons in here: the comma is the designated separator for decimals in most of the rest of the world.)
Reply
#3

by vince
pawn Код:
vagos = GangZoneCreate(2676.35, -1606.855, 2915.929, -1160.76);
Reply
#4

Use this:
Код:
Line 205: vagos = GangZoneCreate(2676.35, -1606.855, 2915.929, -1160.76);
Reply
#5

Oh i forgot thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)