Posts: 1,939
Threads: 11
Joined: Oct 2015
Reputation:
0
SendPlayerMessageToAll(playerid);
this function has one more parameter which is a string
SendPlayerMessageToAll(playerid, string);
like this
SendPlayerMessageToAll(playerid, "Your message here");