01.05.2012, 20:41
Hello,
How do i get 2 names in a string so the playerid and the clickedplayerid in a code like this:
thnx for all your help greetz, speediekiller2
How do i get 2 names in a string so the playerid and the clickedplayerid in a code like this:
Код:
new string[64], pName[MAX_PLAYER_NAME]; GetPlayerName(playerid,pName,MAX_PLAYER_NAME); format(string,sizeof string,"%s has joined the server. Welcome!",pName); SendClientMessageToAll(0xFFFFFFAA,string);