Quote:
Originally Posted by Cameltoe
Working? try that piece of code, i can tell you for sure it's not working at all.
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");
Would do the trick, good luck.
|
Omg i forget GetPlayerName(playerid, name, sizeof(name));
I'm stupid