Jump to content
  • 0

pomoc Zjisteni penez v bance


Guest [EGR]ToMmY

Dotaz

Tak sem tu poprvé tak na mě pls hned nevyjíždějte. Díky

Mám v módu toto:

dcmd_zbyva(playerid, params[])
{
//---------------------------------------|
   TestPrint("dcmd_zbyva(playerid, params[])");
   //---------------------------------------|
   #pragma unused params

if(IsPlayerConnected(playerid))
{
    if(IsPlayerInCheckpoint(playerid) == 0 || getCheckpointType(playerid) != CP_BANKA && getCheckpointType(playerid) != CP_BANKAVLV) return SendClientMessage(playerid, BARVA_CERVENA, "Musíš být v bance !");
    else
	{
	SendClientMessage(playerid, BARVA_ZLUTA, "Máš na kontě: %d$", banka[playerid]); //radek 9061
       }
}
return true;
}

 

ale pořád mi to píše chybu:

C:\Users\*****\Desktop\Mody\Cola.pwn(9061) : warning 202: number of arguments does not match definition

 

Pls help. Predem thx

Link to comment
Share on other sites

10 odpovědí na tuto otázku

Recommended Posts

  • 0
SendClientMessage(playerid, BARVA, "TEXT");

 

new string[256];

format(string, sizeof(string), "Tady muzou byt promene", ");

SendClientMessage(playerid, string);

 

format(string, sizeof(string), "Tady muzou byt promene", "); ??

format(string, sizeof(string), "Tady muzou byt promene", ); lepsi ne ? :d

Link to comment
Share on other sites

  • 0

Nechci nic říkat ale pár tejdnu na PB (Prasečím blivajzu)=(Pawnobox) :lol::lol: tak proč ty temata které sou oděláné vyřešene tak je nelocknete ja sem dostal na PB ban zato že sem kukal na stare topici To yla demence čurá.....:lol:

Link to comment
Share on other sites

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...