24.06.2015, 11:32
I can't create a ptask. Any suggestion?
Quote:
Carabines.pwn(1284) : error 047: array sizes do not match, or destination array is too small |
Quote:
ptask PLAYERTASK[1000](playerid) { if(IsPlayerInAnyVehicle(playerid)) { new string[4]; format(string, sizeof(string), "%d", GetPlayerSpeed(playerid)); PlayerTextDrawSetString(playerid, VEHICLE_SPEED_TEXTDRAW[playerid], string); } } |