16.04.2015, 10:55
Hi iBots,
You said that no matter if you enter a valid or invalid ID you get that error message which leads me to believe that when you are trying to use this command that the pInfo[player][playercreated] is always not equal to 1 which results in this message being displayed.
Can you show us where you set pInfo[player][playercreated]?
Код:
if(pInfo[player][playercreated] != 1) return SendClientMessage(playerid, -1, "Invalid player id");
Can you show us where you set pInfo[player][playercreated]?