Jump to content

sheNdjze

Membru
  • Posts

    14
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. sheNdjze's post in Problema /Unrentroom was marked as the answer   
    if(strcmp(cmd, "/unrentroom", true) == 0) { if(IsPlayerConnected(playerid)) { //GetPlayerName(playerid, playername, sizeof(playername)); // inutil if(PlayerInfo[playerid][pHouseKey] != 255) { SendClientMessage(playerid, COLOR_WHITE, "Detii deja o casa, tasteaza /sellhouse!"); return 1; } PlayerInfo[playerid][pRent] = 255; SendClientMessage(playerid, COLOR_WHITE, "Ai renuntat la chirie. Acum esti un om al strazii!"); } return 1; }  
    incearca asa si zii daca merge...
×
×
  • 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.