again problem with script
#3

You forgot to close {

pawn Код:
if(GetPlayerScore(playerid) >= 2)
{
    if(!strcmp(cmdtext, "/flipcar", true, 4))
    {
        if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, -1, "KL,U-DA: Tev ja-bu-t mas(i-na-!");
        {
            new currentveh;
            new Float:angle;
            currentveh = GetPlayerVehicleID(playerid);
            GetVehicleZAngle(currentveh, angle);
            SetVehicleZAngle(currentveh, angle);
            SendClientMessage(playerid, 0xFFFFFFFF, "Tava mas(i-na veiksmi-gi apgriezta.");
        }
    }
    return 1;
}
Reply


Messages In This Thread
again problem with script - by fireboy - 30.09.2012, 15:26
Re: again problem with script - by Gangster-rocks - 30.09.2012, 15:29
Re: again problem with script - by doreto - 30.09.2012, 15:30
Re: again problem with script - by fireboy - 30.09.2012, 15:37
Re: again problem with script - by doreto - 30.09.2012, 15:42
Re: again problem with script - by fireboy - 30.09.2012, 15:57

Forum Jump:


Users browsing this thread: 2 Guest(s)