[POMOC] MISIJE

Započeo MosT_WanteD
11. Sep. 2010.
1,254
pregleda
9
postova
Ahmed
4
Made Man
11. Sep. 2010.
trebaju mi misije wank i kisshim pliz dajte mi hitno mi trebaju warn na 150 pojena i kisshim npr stojim kod nekog igraca i bude ta misija i kucam /kisshim i ime a za wank /wank i pritiscem mis 
Pika Mika
4
Shot Caller
11. Sep. 2010.
Ne kontam :S
pavle.bakun
5
Crime Lord
11. Sep. 2010.
Eve ti wank ostalo nemam sto si rekao  😄


    if(strcmp(cmd, "/wank", true) == 0)
{
new Float:Health;
GetPlayerHealth(playerid, Health);
if(WankedRecently == 0)
{
if(IsWanking == 0)
{
ApplyAnimation(playerid, "PAULNMAC","wank_in",4.1,0,1,1,1,0);
TimesWanked = 0;
SetTimerEx("StartWank",3500,0,"i",playerid);
format(string, sizeof(string),"* %s Unzips his pants and starts to give 'food to the chicken'",sendername);
ProxDetector(30.0, playerid, string, COLOR_CHAT1,COLOR_CHAT2,COLOR_CHAT3,COLOR_CHAT4,COLOR_CHAT5);
}
else
{
    ApplyAnimation(playerid, "PAULNMAC","wank_out",4.1,0,1,1,1,0);
    IsWanking = 0;
    WankedRecently = 1;
    new rand = random(sizeof(RandomWankTime));
SetTimerEx("CanWankAgain",RandomWankTime,0,"i",playerid);
if(TimesWanked > 0 && TimesWanked < 10)
{
                    if(Health < 90) { SetPlayerHealth(playerid, Health+10); }
else { SetPlayerHealth(playerid, 100); }
}
else if(TimesWanked > 11 && TimesWanked < 20)
{
    if(Health < 85) { SetPlayerHealth(playerid, Health+15); }
else { SetPlayerHealth(playerid, 100); }
}
else if(TimesWanked > 21 && TimesWanked < 30)
{
    if(Health < 80) { SetPlayerHealth(playerid, Health+20); }
else { SetPlayerHealth(playerid, 100); }
}
else if(TimesWanked > 31 && TimesWanked < 40)
{
    if(Health < 75) { SetPlayerHealth(playerid, Health+25); }
else { SetPlayerHealth(playerid, 100); }
}
else if(TimesWanked > 41 && TimesWanked < 50)
{
    if(Health < 70) { SetPlayerHealth(playerid, Health+30); }
else { SetPlayerHealth(playerid, 100); }
}
new RandomFormat = random(5);
switch (RandomFormat)
{
    case 0: { format(string, sizeof(string),"* %s Finishes and unzips his pants.",sendername); }
    case 1: { format(string, sizeof(string),"** %s Finishes and cums his hands.",sendername); }
    case 2: { format(string, sizeof(string),"** %s Finishes and cums all over the floor.",sendername); }
    case 3: { format(string, sizeof(string),"** %s Finishes and cums all over the place.",sendername); }
    case 4: { format(string, sizeof(string),"** %s Finishes and cums all over the place and the players.",sendername); }
}
ProxDetector(30.0, playerid, string, COLOR_CHAT1,COLOR_CHAT2,COLOR_CHAT3,COLOR_CHAT4,COLOR_CHAT5);
TimesWanked = 0;
                if (PlayerInfo == 0)
{
ShowPlayerDialog(playerid,519,DIALOG_STYLE_MSGBOX,"Achievements:\n A Dirty Mind (19)","Congratulations, You have Achieved The 'A Dirty Mind' Badge! \n You Won 300$","Okay","Cancel");
SafeGivePlayerMoney(playerid, 300);
PlayerInfo = 1;
}
}
}
else
{
    SendClientMessage(playerid, COLOR_GREY, "* Your genitals are red and worn, please wait a few minutes before wanking again");
  return 1;
}
return 1;
}
Ahmed
4
Made Man
11. Sep. 2010.
druze javlja ove erore
C:\Documents and Settings\cvrčak\Desktop\CrazY BalkaN DM 0.3B\gamemodes\penls.pwn(3724) : error 002: only a single statement (or expression) can follow each "case"
C:\Documents and Settings\cvrčak\Desktop\CrazY BalkaN DM 0.3B\gamemodes\penls.pwn(3724) : error 017: undefined symbol "cmd"
C:\Documents and Settings\cvrčak\Desktop\CrazY BalkaN DM 0.3B\gamemodes\penls.pwn(3727) : error 017: undefined symbol "playerid"
C:\Documents and Settings\cvrčak\Desktop\CrazY BalkaN DM 0.3B\gamemodes\penls.pwn(372😎 : error 017: undefined symbol "WankedRecently"
C:\Documents and Settings\cvrčak\Desktop\CrazY BalkaN DM 0.3B\gamemodes\penls.pwn(372😎 : error 017: undefined symbol "playerid"
C:\Documents and Settings\cvrčak\Desktop\CrazY BalkaN DM 0.3B\gamemodes\penls.pwn(372😎 : error 029: invalid expression, assumed zero
C:\Documents and Settings\cvrčak\Desktop\CrazY BalkaN DM 0.3B\gamemodes\penls.pwn(372😎 : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase

7 Errors.
ak mos reci kak da ih rjesim ili mi na brzinu neki fs il nesto treba mi ovo hitno bio bih ti mnogo zahvalan ako bi radlo
pavle.bakun
5
Crime Lord
11. Sep. 2010.
Zao mi je ali to je  Penls mod i moras naci neku drugu cmd
Pika Mika
4
Shot Caller
11. Sep. 2010.
posalji linije na kojima su errori, pokusat cu ti poslatl....
Ahmed
4
Made Man
11. Sep. 2010.
ej ne znam u kojim su jer ne pise gdje je to su erori ne pisu linije na kojim je a problem je jer je penls edit
Pika Mika
4
Shot Caller
11. Sep. 2010.
Ahmed wrote on September 11, 2010, 7:30 pm:
ej ne znam u kojim su jer ne pise gdje je to su erori ne pisu linije na kojim je a problem je jer je penls edit


daj vamo linije:

3724
3727
3728
GGC
5
Godfather
11. Sep. 2010.
Lol, bas nitko od vas se ne kuzi u skriptanje, pa ako mu dajes komandu ONDA MU I DAJ sve sta treba! znaci nisi mu dao:

new TimesWanked;
new IsWanking;
new WankedRecently;

i obrisi dio

# if (PlayerInfo == 0)  
#             {  
#                ShowPlayerDialog(playerid,519,DIALOG_STYLE_MSGBOX,"Achievements:\n A Dirty Mind (19)","Congratulations, You have Achieved The 'A Dirty Mind' Badge! \n You Won 300$","Okay","Cancel");  
#                SafeGivePlayerMoney(playerid, 300);  
#                PlayerInfo = 1;  
#             }  

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha