Jump to content

Question

Posted

Nick: mR.KerigaN

Problema: comanda /startduel

Erori / warnings: (48065) error 029: invalid expression, assumed zero ||| (48065)error 029: invalid expression, assumed zero

Lini/script: CMD:startduel(playerid, params[]) // test fiind numele comenzii

{

    SendClientMessage(playerid, COLOR_WHITE, "Numaratoarea inversa a fost declansata.");

CountDownTimer = SetTimer("CountDown", 1000, false); // false inseamna ca nu se va mai repeta, insa daca vreti sa se repete, folositi true.

    return 1;

}

Ai incercat sa rezolvi singur ?: da..

2 answers to this question

Recommended Posts

Posted

Salut,incearca asta:

CMD:startduel(playerid, params[]) // test fiind numele comenzii
{
     SendClientMessage(playerid, COLOR_WHITE, "Numaratoarea inversa a fost declansata.");
     {
    CountDownTimer = SetTimer("CountDown", 1000, false); // false inseamna ca nu se va mai repeta, insa daca vreti sa se repete, folositi true.
     return 1;
}

 

 

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.