Jump to content

sneakyevil

Uživatel
  • Příspěvků

    7
  • Registrován

  • Aktivní

Reputace

0 Na nule
  1. Mam problem z pickup. 1 Pickup ked zoberem tak mi to ukaze dialog ale ten Pickup : wd1 ked zoberem zmizne a nezobrazi sa public OnPlayerPickUpPickup(playerid, pickupid) { if(pickupid == bankomat1) { ApplyAnimation(playerid, "PED", "phone_talk", 4.1, 1, 1, 1, 1, 1, 1); ShowPlayerDialog(playerid,0,DIALOG_STYLE_MSGBOX,"{00FF00}//// Watch Dogs - Hacked | Bank - ATM \\\\","{FF0000}-----------------------------------------------------------------------------\n{FF0000} You\n{FF0000} Hacked\n{FF0000} The Bank!\n{FF0000}-----------------------------------------------------------------------------","Hack","Stop Hack"); } return 0; if(pickupid == wd1) { ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"{FF0000}//// Watch Dogs - Rules \\\\","{FF0000}[1.] Do not use cheats/hacks !\n{FF0000}[2.] Do not spam in chat !\n{FF0000}[3.] Do not killing on spawn !\n{FF0000}[4.] Do not destroy objects !\n{FF0000}[5.] Do not be racist !\n{FF0000}[6.] Respect the rules !","Yes Respect","No Respect"); } return 0; }
  2. Piše mi tento error je to jebnute ? C:\Users\sneakyevil\Desktop\GTA Sa-mp Server\Watch Dogs Server\gamemodes\watch_dogs1.pwn(85) : warning 217: loose indentation C:\Users\sneakyevil\Desktop\GTA Sa-mp Server\Watch Dogs Server\gamemodes\watch_dogs1.pwn(117) : warning 217: loose indentation C:\Users\sneakyevil\Desktop\GTA Sa-mp Server\Watch Dogs Server\gamemodes\watch_dogs1.pwn(258) : warning 225: unreachable code C:\Users\sneakyevil\Desktop\GTA Sa-mp Server\Watch Dogs Server\gamemodes\watch_dogs1.pwn(368) : error 030: compound statement not closed at the end of file (started at line 332) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error. ------------- je to ten hore if(dialogid == 0) public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == 0) { if(response) { SendClientMessage(playerid,0xAA3333AA,"[Watch Dogs GM] You don't hack the Bank (ATM)"); ClearAnimations(playerid); } if(response == 1) { GivePlayerMoney(playerid, random(250 - 1) + 1); SendClientMessage(playerid,0x33AA33AA,"[Watch Dogs GM] You hack the Bank (ATM)"); ClearAnimations(playerid); } return 1; } if(dialogid == 1) { if(response == 1) //Tlačidlo 1 (Ľavé tlačidlo) { if(listitem == 0) //Prvá položka v dialógu { SendClientMessage(playerid,0xFFFFFFFF,"Stlačil si na riadok č.1"); } else if(listitem == 1) //Druhá položka v dialógu { SendClientMessage(playerid,0xFFFFFFFF,"Stlačil si na riadok č.2"); } else if(listitem == 2) //Tretia položka v dialógu { SendClientMessage(playerid,0xFFFFFFFF,"Stlačil si na riadok č.3"); } return 1; } return 0;
  3. Ja mam originalne Grand Theft Auto IV z obchodu . Za 39.99 € V Auparku . Prosím pomôžte
  4. Prosím o pomoc . Když inštaluju bar jakej Patch na GTA IV piše my tohle : Neviete čo stym ? Mam Grand Theft Auto IV aj na C:\ a D:\ a nič !
×
×
  • Create New...