Jump to content

Question

5 answers to this question

Recommended Posts

Posted

da ba pai puii mei si yo imping de avion si nu se vede:|

ne dai si noua liniile sa le vedem ? daca da...iti dau si yo poze cum imping avionu

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

 

Posted

da ba pai puii mei si yo imping de avion si nu se vede:|

ne dai si noua liniile sa le vedem ? daca da...iti dau si yo poze cum imping avionu

[pawn]CMD:stats(playerid, params[])

{

if(!sscanf(params, "u", givepid))

{

    if(IsPlayerConnected(givepid))

    {

    ShowPlayerDialog(playerid, 123, DIALOG_STYLE_MSGBOX, "{0066CC}R{FFFF00}G{FF0000}S{AFAFAF} - Player Stats", ShowStats(givepid), "Ok", "");

return 1;

}

    else return SendClientMessage(playerid, red, "ERROR: Player not connected!");

}

else return ShowPlayerDialog(playerid, 9990, DIALOG_STYLE_MSGBOX, "{0066CC}R{FFFF00}G{FF0000}S{AFAFAF} - Player Stats", ShowStats(playerid), "Ok", "Description");

}[/pawn]

Posted

dami si stockul , iti fac eu toata comanda

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

 

Posted

Doar de asta am nevoie [pawn]CMD:stats(playerid, params[])

{

if(!sscanf(params, "u", givepid))

{

    if(IsPlayerConnected(givepid))

    {

    ShowPlayerDialog(playerid, 123, DIALOG_STYLE_MSGBOX, "{0066CC}R{FFFF00}G{FF0000}S{AFAFAF} - Player Stats", ShowStats(givepid), "Ok", "");

return 1;

}

    else return SendClientMessage(playerid, red, "ERROR: Player not connected!");

}

else return ShowPlayerDialog(playerid, 9990, DIALOG_STYLE_MSGBOX, "{0066CC}R{FFFF00}G{FF0000}S{AFAFAF} - Player Stats", ShowStats(playerid), "Ok", "Description");

}[/pawn]

Posted

CMD:stats(playerid, params[])
{
	if(!sscanf(params, "u", givepid))
	{
	    if(IsPlayerConnected(givepid))
	    {
	    	ShowPlayerDialog(playerid, 123, DIALOG_STYLE_MSGBOX, "Player Stats", ShowStats(givepid), "Ok", "");
			return 1;
		}
	    else return SendClientMessage(playerid, red, "ERROR: Player not connected!");
	}
	else return ShowPlayerDialog(playerid, 9990, DIALOG_STYLE_MSGBOX, "Player Stats", ShowStats(playerid), "Ok", "Description");
}

daca nu merge asteapta reply de la altii

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.