#1

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 ?
Reply
#2

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;
    }
Reply
#3

thanks, works now
Reply
#4

No problem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)