diff --git a/pawn.json b/pawn.json index b483802..36bef2f 100644 --- a/pawn.json +++ b/pawn.json @@ -1,4 +1,6 @@ { + "user": "Open-GTO", + "repo": "skinselect", "entry": "test.pwn", "output": "test.amx", "dependencies": [ diff --git a/skinselect.inc b/skinselect.inc index 6513ef3..da5942c 100644 --- a/skinselect.inc +++ b/skinselect.inc @@ -321,7 +321,7 @@ stock IsSkinValid(skinid) return 0; } -stock SkinSelect_Start(playerid, function[]) +stock SkinSelect_Start(playerid, const function[]) { IsSelectOpen[playerid] = true;