- 0
[GF/RP] Problema Masinii
-
Similar Content
-
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
ToX1c
Salut am schimbat la masini am facut ceva de genu ...
public IsATruck(carid) { if(carid >= truckcar1 && carid <= truckcar3) { return 1; } return 0; }if(strcmp(cmd, "/load", true) == 0) { if(IsPlayerConnected(playerid)) { new tmpcar = GetPlayerVehicleID(playerid); if(tmpcar < truckcar2 || tmpcar > truckcar4) { GameTextForPlayer(playerid, "~r~Nu esti intr-un camion de livrare", 5000, 1); return 1; } format(string, sizeof(string), "Products: %d/%d.", PlayerHaul[tmpcar][pLoad],PlayerHaul[tmpcar][pCapasity]); SendClientMessage(playerid, TEAM_GROVE_COLOR, string); } return 1; }Si cand ma urc in masina de trucker imi apare products 0/0
22 answers to this question
Recommended Posts