29.10.2015, 13:18
Quote:
0xRRGGBBAA
AA is your opacity. @N0FeaR: You are setting the opacity to 00, so it wont be visible. Try 0x000000FF. @kevIn: You do kill the timer but where do you check if its existing or not. Refrence: http://forum.sa-mp.com/showpost.php?...4&postcount=11 |
Quote:
Originally Posted by Wiki
Timer IDs are never used twice. You can use KillTimer() on a timer ID and it won't matter if it's running or not.
|
@DemME:
pawn Код:
format(string, sizeof(string), "Owned house\nAddress: %s", HouseData[houseid][houseAddress]);
ShowInfoBox(playerid, 0xFF0000FF, 10, string);