Jump to content
  • 0

Question

2 answers to this question

Recommended Posts

  • 0
Posted
La 10.09.2019 la 16:31, AlexRap a spus:

CreateActor(21, 1748.2841, -1849.6102, 13.5814); "|" asta e problema probabil ai apasat din greseala pe o tasta și asa ca vine

CreateActor(21, 1748.2841, -1849.6102, 13.5814);

Avertizarea de o primește este "number of argument...." deci simplu nu corespunde codu lui cu cel default. În fine...

Pur și simplu nu ai adăugat parametrul Float:Angle 

Adică...

CreateActor(SkinID,Float:x,Float:y,Float:z,Float:a);

Tu ai folosit doar primi 4 parametri al 5-lea nu l-ai folosit deși are nevoie de el , adaugă un Angle :) adica Facing Angle sau poți pur și simplu adăuga un ,0

CreateActor(21, 1748.2841, -1849.6102, 13.5814,0);

 

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

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.