Jump to content

DhaNNy

Membru
  • Posts

    5
  • Joined

  • Last visited

    Never

DhaNNy's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. 13340 : [pawn]if( strlen( listitem ) == 0 || strlen( listitem ) > 64 )[/pawn] 13344 : [pawn]strmid( tmppass, listitem, 0, strlen( listitem ), 255 );[/pawn]
  2. Le-am pus dar : [pawn]C:\Users\Francisc\Desktop\Dur\eMAV RolepLay\gamemodes\NVL.pwn(13340) : error 035: argument type mismatch (argument 1) C:\Users\Francisc\Desktop\Dur\eMAV RolepLay\gamemodes\NVL.pwn(13344) : error 035: argument type mismatch (argument 2) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase [/pawn]
  3. Da ,niste erori : [pawn]C:\Users\Francisc\Desktop\Dur\eMAV RolepLay\gamemodes\NVL.pwn(28300) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Francisc\Desktop\Dur\eMAV RolepLay\gamemodes\NVL.pwn(28300) : warning 204: symbol is assigned a value that is never used: "string" C:\Users\Francisc\Desktop\Dur\eMAV RolepLay\gamemodes\NVL.pwn(28300) : warning 204: symbol is assigned a value that is never used: "npName" C:\Users\Francisc\Desktop\Dur\eMAV RolepLay\gamemodes\NVL.pwn(28300 -- 28306) : error 017: undefined symbol "dialogid" C:\Users\Francisc\Desktop\Dur\eMAV RolepLay\gamemodes\NVL.pwn(28300 -- 28308) : error 017: undefined symbol "response" C:\Users\Francisc\Desktop\Dur\eMAV RolepLay\gamemodes\NVL.pwn(28310) : error 017: undefined symbol "listitem" C:\Users\Francisc\Desktop\Dur\eMAV RolepLay\gamemodes\NVL.pwn(28314) : error 017: undefined symbol "listitem" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase[/pawn]
  4. Nu merge wiki vad momentan ,imi poti baga tu in comanda aia direct te rog mult ,daca nu tu [glow=red,2,300]altcineva[/glow]
  5. Am de ex [pawn]if (strcmp(cmd, "/newpass", true) ==0 ) { if(IsPlayerConnected(playerid)) { if(gPlayerLogged[playerid] == 0) { SendClientMessage(playerid, COLOR_GREY, " You havent logged in yet !"); return 1; } GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "%s.ini", sendername); new tmppass[64]; tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD1, "USAGE: /newpass [newpassword]"); return 1; } strmid(tmppass, tmp, 0, strlen(cmdtext), 255); Encrypt(tmppass); OnPlayerChangePass(playerid,tmppass); } return 1; }[/pawn] Cum as putea baga ,un dialog ,de exp cand dai /newpass ,sa-ti apara o patratica unde sa scrii parola cea noua si cand dai enter sa se schimbe ,gen : Daca puteti ,sa-mi puneti voi in comanda /newpass ,care am lasat-o mai sus un dialog dinasta.
×
×
  • 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.