Quote:
Originally Posted by Marv123
When iam compiling the script, it is showing these error's
PHP Code:
E:\Gamers Evolution Freeroam\filterscripts\jake's_house_system_v1_-_official_by__jake_ (1).txt;(1590) : warning 202: number of arguments does not match definition
E:\Gamers Evolution Freeroam\filterscripts\jake's_house_system_v1_-_official_by__jake_ (1).txt;(1617) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Warnings.
These are that lines
PHP Code:
1590 Line: hInfo[houseid][hMapIcon] = CreateDynamicMapIcon(hInfo[houseid][hPickupP][0], hInfo[houseid][hPickupP][1], hInfo[houseid][hPickupP][2], SALE_ICON, -1, 0, 0, -1, STREAM_DISTANCES, MAPICON_LOCAL);
1617 Line: hInfo[houseid][hMapIcon] = CreateDynamicMapIcon(hInfo[houseid][hPickupP][0], hInfo[houseid][hPickupP][1], hInfo[houseid][hPickupP][2], NOTSALE_ICON, -1, 0, 0, -1, STREAM_DISTANCES, MAPICON_LOCAL);
Please Help Me
|
how to fix this error please help