Jump to content

Question

Posted

Salutare , am si eu o probleme dar nu stiu din ce cauza...

linia este...

db_get_field_assoc(result,"Level",string,3);

imi da warning cu error 035: argument type mismatch (argument 1)

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

2 answers to this question

Recommended Posts

Posted

Up + solved + .....

Imi spuneti si mie cum ii functia aceea...de controleaza daca un player este la o distanta de .... fata de un obiect :D ? ca vreau sa fac un obiect care se misca...si daca obiectu se apropie sa spunem...la 1 m de player sa se distruga obiectu :D

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Guest
This topic is now closed to further replies.
×
×
  • 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.