13.05.2012, 02:16
When I compile this, the error "Audio_OnPlayerConnect" comes up. I did "CTRL F" to find it but it doesnt find anything that is Audio_OnPlayerConnect.
CMD:update (playerid, params[]);
public OnPlayerConnect(playerid)
{
SendClientMessage(playerid, COLOR_GREEN, "Command: Updates have been added");
return 1;
pawn Код:
|