Command not work!
#1

Hi, here is my another problem

Code:
pawn Код:
CMD:teeni(playerid, cmdtext)
{
    new id;
    id = GetPlayerVehicleID(playerid);
    if(id == 440)
    {
        KV[playerid] = 1; // This will change the variable, so we can use it later on with OnPlayerEnterCheckpoint
        SetPlayerCheckpoint(playerid, 1052.9093,2087.1812,10.8203, 3.0); // This creates a checkpoint at the coцrdinates: "-269.1287,2610.6057,63.2069"
        SendClientMessage(playerid, 0xFFFFFFFF, "Sa alustasid kaubavedamisega! Mine laadi endale kaup peale!");
    }
    return 1;
}
But nothing happend when i type /teeni
Reply


Messages In This Thread
Command not work! - by finelaq - 14.03.2014, 13:13
Re: Command not work! - by Ardenshy - 14.03.2014, 13:16
Re: Command not work! - by finelaq - 14.03.2014, 13:17

Forum Jump:


Users browsing this thread: 1 Guest(s)