Quote:
Originally Posted by gurmani11
You may want to write it in console as i understood
pawn Код:
public OnPlayerText(playerid, text[]) { printf("Text: %s", text); return 1; } public OnPlayerCommandPerformed(playerid, cmdtext[], success) { printf("CMD Used: %s",cmdtext); return 1; }
|
Man, don't post if you don't read the topic. RCON.