SA-MP Forums Archive
Help - 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: Help (/showthread.php?tid=190162)



Help - KappaCro - 14.11.2010

Hello,
I made this cmd and it don't work
pawn Код:
if (strcmp("/bpolice", cmdtext, true, 10) == 0)
    {
        SetPlayerPos(playerid, -2594.9102,1388.6724,7.1741,357.7208);
        SendClientMessage(playerid, COLOR_RED , "Obalna Policijska postaja~n~Napravio: Kappa");
        return 1;
    }
What is wrong ?


Re: Help - ExeC - 14.11.2010

pawn Код:
if (strcmp("/bpolice", cmdtext, true, 10) == 0)
    {
        SetPlayerPos(playerid, -2594.9102,1388.6724,7.1741);
        SendClientMessage(playerid, COLOR_RED , "Obalna Policijska postaja~n~Napravio: Kappa");
        return 1;
    }



Re: Help - KappaCro - 14.11.2010

thanks, works now


Re: Help - ExeC - 14.11.2010

No problem