07.05.2014, 21:05
Quote:
Make sure that the "%s" is in the inverted commas...
Another thing is to make sure that you are getting the players name Code:
format(string, sizeof(string), "%s shouts: %s!",GetName(playerid),shout); ProxDetector(50.0, playerid, string, -1); |
