Help needed?
#1

Код:
format(JoinMSG,sizeof(JoinMSG),"[%s][%d] has just joined the game",GetPlayerName(playerid),playerid);
Number of arguements doesn't match the definition x2 on same line I get, why?
Reply
#2

GetPlayerName(playerid) ?
pawn Код:
new
    pName[MAX_PLAYER_NAME]
;
GetPlayerName(playerid, pName, sizeof(pName));
format(JoinMSG, sizeof(JoinMSG),"[%s][%d] has just joined the game", pName, playerid);
Reply
#3

Haven't been scripting for 2 months
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)