03.12.2012, 09:49
Quote:
Nonsense. Any valid character should work in a literal string. The only exeception being the double quotes.
|
pawn Код:
if(strcmp(cmdtext, "/update", true) == 0) {
SendClientMessage(playerid, COLOR_GREEN,"Urmatorul update va fi pe data de 08.12.2012 ( Sambata ). ");
return 1;
}