- 0
warning 202: number of arguments does not match definition [HELP]
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
onix09
Eroarea:(9245) : warning 202: number of arguments does not match definition
Linia:
SetPlayerPosWV(playerid, Float:X, Float:Y, Float:Z) { SetPlayerPosEx(playerid,X,Y,Z); //<<<========================== LINIA 9245! if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER) { SetVehiclePos(GetPlayerVehicleID(playerid),X,Y,Z); LinkVehicleToInterior(GetPlayerVehicleID(playerid),0); PutPlayerInVehicle(playerid,GetPlayerVehicleID(playerid),0); SetVehicleZAngle(GetPlayerVehicleID(playerid),0.0); } }4 answers to this question
Recommended Posts