04.11.2016, 14:11
Post your code as stated above.
D:\Server Samp\NFS COMPLITE\gamemodes\NFSgate.pwn(18264) : error 047: array sizes do not match, or destination array is too small
It's pretty obvious, array sizes do not match or destination array is too small. Post your code here and we can see what you've done wrong.
D:\Server Samp\NFS COMPLITE\gamemodes\NFSgate.pwn(23987) : warning 209: function "cmd_deletegate" should return a value
It's a warning, your command cmd_deletegate needs to return a value. This means that a return is missing, return 1 for instance. Post your code here so we can see where you need to return but it's usually in the end of the command or after some code has been executed.
D:\Server Samp\NFS COMPLITE\gamemodes\NFSgate.pwn(18264) : error 047: array sizes do not match, or destination array is too small
It's pretty obvious, array sizes do not match or destination array is too small. Post your code here and we can see what you've done wrong.
D:\Server Samp\NFS COMPLITE\gamemodes\NFSgate.pwn(23987) : warning 209: function "cmd_deletegate" should return a value
It's a warning, your command cmd_deletegate needs to return a value. This means that a return is missing, return 1 for instance. Post your code here so we can see where you need to return but it's usually in the end of the command or after some code has been executed.