Please help you all masters
#1

The problem is this

Name of the player is not showing

script is
Код:
new str[128];
new pName[MAX_PLAYER_NAME];
format(str, sizeof(str), ">> %s has joined the wwe. Join /wwe", pName);
SendClientMessageToAll(COLOR_BLUE, str);
Reply
#2

pawn Код:
new str[50];
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
format(str, sizeof(str), ">> %s has joined the wwe. Join /wwe", pName);
SendClientMessageToAll(COLOR_BLUE, str);
Reply
#3

Ya thanks it works
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)