Jump to content
  • 0

Problema comanda /road


seenow

Question

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]

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

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

Link to comment
Share on other sites

Topic inchis , respecta modelu'

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Link to comment
Share on other sites

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.