13.03.2012, 15:58
@Tanush123 here are PlayerName( playerid ) function:
@iPELOMAX
1) It exists
2) I don't think, "PlayerName( playerid )" is for the name of player ...
3) I don't understand
Again it crashes ...
It shows me same error ... but I noticed something... the server crashes when a player with ID 2 join the server
... and it shows me that debug like in main post
Код:
PlayerName( playerid )
{
n[ 24 ];
GetPlayerName( playerid, n, 24 );
return n;
}
1) It exists
2) I don't think, "PlayerName( playerid )" is for the name of player ...
3) I don't understand

Again it crashes ...

It shows me same error ... but I noticed something... the server crashes when a player with ID 2 join the server
... and it shows me that debug like in main post

