SA-MP Forums Archive
Leaves the pawn - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Leaves the pawn (/showthread.php?tid=226948)



Leaves the pawn - Finging - 16.02.2011

pawn Код:
CP[playerid] = 3;
                  }  printf("%s elvбllalta a mбsodik kьldetйst!\r\n", sendername);
                    printf("%s elvбllalta a mбsodik kьldetйst!\r\n", sendername);
                    }
               }
            /*else if(PlayerToPoint(2, playerid, 254.430511, -157.954971, 1.570322))
            {
                if(Info[playerid][munka] == 0)
                {
                    SendClientMessage(playerid, COLOR_LIGHTBLUE, "Elvбllaltad a hentes munkбt! Ha dolgozni akarsz нrd be: /disznуvбgбs!");
                    Info[playerid][munka] = 1;
                    SetPlayerSkin(playerid, 168);
                    Info[playerid][skin] = GetPlayerSkin(playerid);
                    dUserSetINT(PlayerName(playerid)).("skin", Info[playerid][skin]);
                    Info[playerid][vanmunka] = Info[playerid][idoora];
                    printf("%s ъj munkбja: hentes\r\n", sendername);
                } else { SendClientMessage(playerid, COLOR_RED, "Mбr van munkбd!"); }
            }*/

               }
                else if(PlayerToPoint(2, playerid, 254.430511, -157.954971, 1.570322))
            {
                if(Info[playerid][munka] == 0)
                {
                    SendClientMessage(playerid, COLOR_LIGHTBLUE, "Elvбllaltad a hullaszбlнtу munkбt! Ha temetйs lessz mennyйl!!");
                    Info[playerid][munka] = 10;
                    SetPlayerSkin(playerid, 68);
                    Info[playerid][skin] = GetPlayerSkin(playerid);
                    dUserSetINT(PlayerName(playerid)).("skin", Info[playerid][skin]);
                    Info[playerid][vanmunka] = Info[playerid][idoora];
                    printf("%s ъj munkбja: hentes\r\n", sendername);
                } else { SendClientMessage(playerid, COLOR_RED, "Mбr van munkбd!"); }
            }
            else if(PlayerToPoint(2, playerid, 254.430511, -157.954971, 1.570322))
            {
                if(Info[playerid][munka] == 0)
                {
                    SendClientMessage(playerid, COLOR_LIGHTBLUE, "Elvбllaltad a hentes munkбt! Ha dolgozni akarsz нrd be: /disznуvбgбs!");
                    Info[playerid][munka] = 1;
                    SetPlayerSkin(playerid, 168);
                    Info[playerid][skin] = GetPlayerSkin(playerid);
                    dUserSetINT(PlayerName(playerid)).("skin", Info[playerid][skin]);
                    Info[playerid][vanmunka] = Info[playerid][idoora];
                    printf("%s ъj munkбja: hentes\r\n", sendername);
                } else { SendClientMessage(playerid, COLOR_RED, "Mбr van munkбd!"); }
            }
Please help what could be a bug! Thanks!


Re: Leaves the pawn - Ash. - 16.02.2011

What is the problem?


Re: Leaves the pawn - Finging - 16.02.2011

Please improve the script


Re: Leaves the pawn - admantis - 16.02.2011

We don't need to improve anything if it has no errors. Will you tell us what's wrong?


Re: Leaves the pawn - alpha500delta - 16.02.2011

It looks fine to me...