02.01.2015, 13:59
Strange, it doesn't work. No errors in console, but no image either. My code:
Quote:
CMD:traffic(playerid, params[]) { new Float ![]() GetPlayerPos(playerid, x, y, z); CreateArt("H:\\lol.png", x, y, z, 0, 0, 0, 100, 2); return 1; } |