Jump to content

Question

Posted

Salutari,va rog ma puteti ajuta si pe mine sa adaug timp acestei comenzi ? Doresc ca aceasta comanda sa se poata folosii la 5 minute! Ajutor va rog !

[pawn]if (strcmp("/road", cmdtext, true, 10) == 0)

    {

      if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 524) {

     

            BascJob[playerid] = 1;

           

            new name[MAX_PLAYER_NAME];

            GetPlayerName(playerid, name, sizeof(name));

            format(string, sizeof(string), "* %s este Road Boy", name );

            SendClientMessageToAll(COLOR_YELLOW, string);

            WaitTimeForCMD[playerid]=GetTickCount();

            SetPlayerCheckpoint(playerid,1697.3777,-800.8487,55.7373,10);

            SendClientMessage(playerid,COLOR_WHITE,"* Urmareste punctele rosii pentru a livra cimentul!");

            return 1;

        }

        SendClientMessage(playerid, COLOR_RED,"Trebiue sa fi in Cemment Truck pentru a incepe sa livrezi ciment !");

    }[/pawn]

4 answers to this question

Recommended Posts

Posted

http://wiki.sa-mp.com/wiki/SetTimerEx poate te ajuta http://wiki.sa-mp.com/wiki/SetTimer

______________________________________

| Daca te-am ajutat apasa butonul de respect    |

|_____________________________________ |

Posted

http://wiki.sa-mp.com/wiki/SetTimerEx poate te ajuta http://wiki.sa-mp.com/wiki/SetTimer

Nu prea ma ajuta sunt incepator si nu stiu unde sa ajez codurile alea , puteti sa ma ajutati ?

Posted

Respecta modelul!

Nu mai deschideti in pu*a mea servere de SA:MP !

Jucati-va pe cele care sunt !   Sunt suficiente !

Reguli de bun simt:

1. Nu faceti reclama unde nu trebuie !

2. Nu injurati ca la usa cortului !

3. Daca esti analfabeti, taci din gura !

4. Nu abuza de 'scuze', 'din greseala' !

 

My work ::: http://pastebin.com/VRNRcaAs

Posted

Topic inchis , respecta modelu'

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	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.