19.07.2018, 18:58
Quote:
|
So, i'm using emmet's include (new samp callbacks), and this functions does not work at all for me
![]() Код 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;
}
|


