Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Question

13 answers to this question

Recommended Posts

  • 0
Posted

Salut, modifica cu asta la functin showshop.

function ShowShop(playerid) {
    new
        gold = PlayerInfo[playerid][pPremiumPoints],
        string[128], szDialog[3000];

  • 0
Posted
Acum 7 ore, iPanter a spus:

Salut, modifica cu asta la functin showshop.

 


function ShowShop(playerid) {
    new
        gold = PlayerInfo[playerid][pPremiumPoints],
        string[128], szDialog[3000];

 

Ok, revin cu EDIT.

  • 0
Posted

Am reusit sa rezolv problema.

Am facut return-ul separat, si am facut si chestia cu string-ul.

 

CMD:shop(playerid, params[]) 
{  
       ShowShop(playerid); 
       return 1; 

si

function ShowShop(playerid) {
    new
        gold = PlayerInfo[playerid][pPremiumPoints],
        string[128], szDialog[3000];

Multumesc de ajutor, cer t/c

 

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.