14.02.2015, 02:07
Quote:
|
And just change it into this:
pawn Code:
|
Therefor only the first SendClientMessage is included in the else
To do this right you should either use brackets for more than one function or you use a normal comma ","
pawn Code:
else SendClientMessage(targetid, -1, "PM Received."), SendClientMessage(playerid, -1, "PM Sent");


