25/12/2022 17:05
The first error message you mentioned, "Unable to compile "VCRP.pwn"", suggests that there is a problem with the script file itself, or with the compiler being used to build the script. This could be due to a number of reasons, such as a syntax error in the script, a missing include file, or a problem with the compiler itself.
The second error message, "error 033: array must be indexed (variable "pName")", occurs when you try to access an element of an array without specifying an index. In this case, it appears that you are trying to call the "pName" function without passing it a playerid parameter. To fix this error, you will need to pass a playerid to the "pName" function when you call it, like this:
pName(playerid);
The second error message, "error 033: array must be indexed (variable "pName")", occurs when you try to access an element of an array without specifying an index. In this case, it appears that you are trying to call the "pName" function without passing it a playerid parameter. To fix this error, you will need to pass a playerid to the "pName" function when you call it, like this:
pName(playerid);