Jump to content
  • 0

Erroare si warning la compilare.


7 answers to this question

Recommended Posts

  • 0
Posted (edited)
43 minutes ago, iPanter said:

Fai asa:

 


                        format(string, sizeof(string), "L-ai trezit pe %s si s-a pus pe umarul tau.",PlayerInfo[playerid][pPetName]);
                        SendClientMessage(playerid, COLOR_LIGHTBLUE, string);

 

sa vedem daca o sa mearga.

Edited by DarkSmok
Nu merge...
  • 0
Posted

E imposibil sa te folosesti de SCM pentru a face un string :))

 

Incearca asa

new petname[100];

format(petname, sizeof(petname), "Ai trezit pe %s si s-a pus pe umarul tau.", PlayerInfo[playerid][pPetName]);

SCMEx(playerid,-1,petname);

  • 0
Posted
On 6/18/2018 at 11:00 AM, AlexxAdv said:

E imposibil sa te folosesti de SCM pentru a face un string :))

 

Incearca asa

new petname[100];

format(petname, sizeof(petname), "Ai trezit pe %s si s-a pus pe umarul tau.", PlayerInfo[playerid][pPetName]);

SCMEx(playerid,-1,petname);

nu era SCM simplu, probabil era o prescurtare la functia de format+SCM

  • 0
  • -1
Posted

Fai asa:

                        format(string, sizeof(string), "L-ai trezit pe %s si s-a pus pe umarul tau.",PlayerInfo[playerid][pPetName]);
                        SendClientMessage(playerid, COLOR_LIGHTBLUE, string);

  • -2
Posted

incearca sa stergi ; si imi spui daca merge

 Încearcă să fii un om de valoare și nu neapărat un om de succes.

 

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.