30.03.2013, 19:49
Quote:
|
Got it! if doesn't work i'll let you know. (Wait for you +rep
)EDIT: I tested the command with my own ID and didn't show the names just the reason. It looked like this > Code:
has kicked . Reason: testing the command |
Code:
stock PlayerName(playerid)
{
new CName[24];
GetPlayerName(playerid, CName, 24);
return CName;
}


)