number of arguments does not match definition
#1

Hello,

The pawno is giving me random stupid error that its not supposed to.
heres the 2 simple lines.
Код:
line 74:SetPlayerCameraPos(playerid, 1205,5485, -1742,4109, 95,8657);
line 75:SetPlayerCameraLookAt(playerid, 1206,3422, -1741,8088, 95,6607);
warnings:
Код:
(74) : warning 202: number of arguments does not match definition
(74) : warning 202: number of arguments does not match definition
(74) : warning 202: number of arguments does not match definition
(75) : warning 202: number of arguments does not match definition
(75) : warning 202: number of arguments does not match definition
Anyone knows what that guys problem is?

Edit: Resolved. Thanks so much for your help guys. You both get REP++
Reply
#2

SetPlayerCameraPos(playerid, 1205.5485, -1742.4109, 95.8657);
SetPlayerCameraLookAt(playerid, 1206.3422, -1741.8088, 95.6607);

Here you go. Next time check the coordinates.
Reply
#3

number of arguments does not match definition
Means that you've added or removed an argument which are separated by this character ,
In your case you've added an extra argument.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)