/quitjob pomoc

29. Jun 2010.
933
pregleda
3
postova
mariomako
5
Underboss
29. Jun 2010.
zz, imam gf mod i nece mi raditi /quitjob sve mi zove imate da radite jos 0 sati i nece mi dati otkaz evo komande i kako da napravim cim upisem tu komandu automatski mi prekine posao bez razliku dali imam odraboteno ili ne?

if(strcmp(cmd, "/quitjob", true) == 0)
{
   if(IsPlayerConnected(playerid))
  {
   if(PlayerInfo > 0)
   {
       if(PlayerInfo > 0)
       {
           if(PlayerInfo >= 2)
{
   SendClientMessage(playerid, COLOR_LIGHTBLUE, "* You already forfilled your 1 hour Contract, and quited your Job.");
   PlayerInfo = 0;
   PlayerInfo = 0;
   PlayerInfo = 0;
}
else
{
   new chours = 2 - PlayerInfo;
   format(string, sizeof(string), "* You still have %d hours left to forfill and end your Contract.", chours / 2);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
}
       }
       else
       {
if(PlayerInfo >= 10)
{
   SendClientMessage(playerid, COLOR_LIGHTBLUE, "* You already forfilled your 5 hour Contract, and quited your Job.");
   PlayerInfo = 0;
   PlayerInfo = 0;
   PlayerInfo = 0;
}
else
{
   new chours = 10 - PlayerInfo;
   format(string, sizeof(string), "* You still have %d hours left to forfill and end your Contract.", chours / 2);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
}
}
}
else
{
   SendClientMessage(playerid, COLOR_GREY, "   You don't even have a Job !");
}
}//not connected
return 1;
}

edit: napravio sam ovo
	if(strcmp(cmd, "/quitjob", true)== 0)
{
    SendClientMessage(playerid, COLOR_LIGHTBLUE, "Uspesno dadovte otkaz i poveke nemate rabota.");
PlayerInfo = 0;
}
jel ce samo mene oduzet posao ili na svi online igraci?
[GG] ZicMortal
4
Made Man
29. Jun 2010.
Maknut ce posao onome koji upise /quitjob..
mariomako
5
Underboss
29. Jun 2010.
Quote from June 29, 2010, 12:58 pm:
Maknut ce posao onome koji upise /quitjob..


aha skontao sam xD mislim da je to jel ima playerid moze LOCK

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha