10.04.2010, 01:26
This is my epic fail of a radio system any idea on how to make this work.
Code:
public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/r", cmdtext, true, 10) == 0) { { if (classid == 106 || classid == 105 || classid == 107) { SendPlayerMessageToPlayer(classid == 106 || classid == 105 || classid == 107); } return 1; } return 0; }