24.06.2015, 11:35
I receive the following error:
PS: I have used y_timers for a long time but this is the first the when i receive an error like this.
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); } } |