22.12.2010, 19:20
Quote:
If don't working you need...
pawn Код:
|
pawn Код:
#define DIALOG_CREDITS
new name [ MAX_PLAYER_NAME ], string[ 128 ];
GetPlayerName(playerid, name, sizeof(name));
format(string,sizeof(string),"And %s because is playing on our server!", name);
ShowPlayerDialog(playerid, DIALOG_CREDITS, 0, "Credits", string, "OK", "Cancel");