19.07.2018, 13:57
So, i'm using emmet's include (new samp callbacks), and this functions does not work at all for me
Even this "A" message won't show up :/
Код HTML:
public OnPlayerUseGarage(playerid, vehicleid, type) { if(type == GARAGE_PAYNSPRAY) { Server(playerid, "A"); GameTextForPlayer(playerid, "~r~Vozilo popravljeno...~n~~g~Naplaceno Vam je ~r~$500!", 3000, 5); NovacMinus(playerid, 500); } return 1; }