• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] invalid connection handle
#3
Well I found out why,



Code:
forward [MAX_PLAYER_NAME  1]GetPlayerNameEx(playerid);

GetPlayerNameEx(playerid) {

    new name[MAX_PLAYER_NAME  1];

    GetPlayerName(playerid, name, sizeof name);

    return name;

}
  Reply


Messages In This Thread
invalid connection handle - by IdontMIss - 2019-08-04, 06:58 PM
RE: invalid connection handle - by IdontMIss - 2019-08-04, 07:26 PM
RE: invalid connection handle - by IdontMIss - 2019-08-04, 08:07 PM

Forum Jump: