Jump to content
  • 0

warning 202: number of arguments does not match definition [HELP]


Question

Posted

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);
	}
}

9zZndmN.png

4 answers to this question

Recommended Posts

Posted

Mergea si SetPlayerPosEx, dar uite cum era sintaxa:

stock SetPlayerPosEx(playerid, Float:x ,Float:y,Float:z,Float:a,interior = 0,vw = 0)

Banner_2.png
Posted

Mergea si SetPlayerPosEx, dar uite cum era sintaxa:

stock SetPlayerPosEx(playerid, Float:x ,Float:y,Float:z,Float:a,interior = 0,vw = 0)

Lol am uitat de intrior si virtual world...eh... nu cont o sal fara EX.. mz :D

9zZndmN.png
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

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.