- 0
Probleme Buletin si casa!
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
10nuZ
Salut! Scuze ca am postat si aici problemele dar vad ca de 1 luna nu imi mai raspunde lumea la problemele postate la "Probleme GodFather"....Si m-am decis sa le postez aici poate vede cineva si ma ajuta....!!!!
Problemele (sunt 2) :
1.
Salut! Am si eu o problema! Am pus casa in Propriety.cfg si Am modificat si alea la HouseInfo....Si am pus si masina la casa! Dar nu stiu dc toate casele sunt in aer cand dau /exit! adica pickup-ul ala cu Casa verde :| ... Cum pot rezolva asta?
[move]Multumesc
.[/move]
Poza :
2.
Salut! Am facut acum cateva minute o comanda si nu stiu dece imi da eroare la Pwno!!! Deaia cu Send Si Don`t Send!!!
Sunt sigur ca e de la comanda dar nu stiu care e eroarea
Comanda e :
//===========================================[Buletin]============================// if(strcmp(cmd,"/aratabuletin",true)==0) //By IonuZ { if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_WHITE, "USAGE: /aratabuletin [playerid/PartOfName]"); return 1; } giveplayerid = ReturnUser(tmp); if(IsPlayerConnected(giveplayerid)) { if(giveplayerid != INVALID_PLAYER_ID) { if (ProxDetectorS(8.0, playerid, giveplayerid)) { if(giveplayerid == playerid) { SendClientMessage(playerid, COLOR_GREY, "Ca sa iti vezi singur buletinul scrie /buletin"); return 1; } GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer)); GetPlayerName(playerid, sendername, sizeof(sendername)); GetPlayerName(targetid, name, sizeof(name)); format(string, sizeof(string), "* %s si-a scos buletinul din portofel.", sendername); SendClientMessage(giveplayerid, COLOR_LIGHTBLUE, string); format(string, sizeof(string), "** Nick:[%d].", name); SendClientMessage(giveplayerid, COLOR_LIGHTBLUE, string); format(string, sizeof(string), "** Sot/Sotie:[%s].", married); SendClientMessage(giveplayerid, COLOR_LIGHTBLUE, string); format(string, sizeof(string), "** Origine:[%s].", otext); SendClientMessage(giveplayerid, COLOR_LIGHTBLUE, string); format(string, sizeof(string), "** Adresa:Smyle City , Casa:[%s].", housekey); SendClientMessage(giveplayerid, COLOR_LIGHTBLUE, string); format(string, sizeof(string), "** Sex:[%s].", atext); SendClientMessage(giveplayerid, COLOR_LIGHTBLUE, string); format(string, sizeof(string), "** Varsta:[%d].", age); SendClientMessage(giveplayerid, COLOR_LIGHTBLUE, string); format(string, sizeof(string), "** Nr.Telefon:[%d].", pnumber); SendClientMessage(giveplayerid, COLOR_LIGHTBLUE, string); SendClientMessage(playerid, COLOR_WHITE, "Emis De : Smyle-Zone Community!"); format(string, sizeof(string), "* %s ti-a aratat buletinul.", sendername); SendClientMessage(giveplayerid, COLOR_GREY, string); format(string, sizeof(string), "* I-ai aratat buletinul lui %s.", giveplayer); SendClientMessage(playerid, COLOR_GREY, string); } else { SendClientMessage(playerid, COLOR_GREY, "Acest jucator nu se afla langa tine!"); return 1; } } } else { SendClientMessage(playerid, COLOR_GREY, "Acest jucator este Off-Line!"); return 1; } } } return 1; }Sau am facut ceva in genu /stats dar numai ca dupa ce adaug urmatoarele randuri imi da eroare la el :-sif (strcmp(cmd, "/buletin", true) == 0) { if(IsPlayerConnected(playerid)) { if (gPlayerLogged[playerid] != 0) { buletin(playerid,playerid); } else { SendClientMessage(playerid, COLOR_GRAD1, " You are not Logged in !"); } } return 1; }Erorile pe care mi le da sunt :Iar daca nu adaug comanda de mai sus nu am nici-o eroare sau warning :|
3 answers to this question
Recommended Posts