14.07.2009, 15:32
Sorry for DP but isn't sendername the same as playerid in this case
You get the name of Playerid then get the ID of the name...
pawn Код:
GetPlayerName(playerid,sendername, sizeof(sendername));
currentplayer1 = GetPlayerId(sendername)
