28.08.2011, 00:45
Hello I want to ask how to make the player when talk in server type Above her name %s says: %s (text)
So On player text they will write up his name/skin Example says: %s.
NOTE: I dont mean This
-Sorry for my BAD ENG-
So On player text they will write up his name/skin Example says: %s.
NOTE: I dont mean This
Quote:
public OnPlayerText(playerid, text[]) { new string[256]; format(string, sizeof(string), "%s",text); SendPlayerMessageToAll(playerid,string); return 0; } |