- 0
Problema comanda /road
-
Similar Content
-
- 2 answers
- 151 views
-
- 2 answers
- 147 views
-
- 1 answer
- 164 views
-
- 12 replies
- 3,122 views
-
- 2 replies
- 72 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
seenow
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