19.07.2017, 15:56
Way better.
On:
1. Why not just
2. I assume the message isn't being shown because the line is too long, try splitting it.
Example:
On:
1. Why not just
PHP код:
new cesta[31];
Example:
PHP код:
format(strr,sizeof(strr),"{FFFFFF}Meno hrбča: {FF0000}%s\n{FFFFFF}Od kedy: {FF0000}%s\n{FFFFFF}Do kedy: {FF0000}%s\n{FFFFFF}Admin: {FF0000}%s\n{FFFFFF}Dфvod: {FF0000}%s\nAk si ban dostal neprбvom napнše na fуrum",
DOF2_GetString(cesta,"MenoHraca"),date(DOF2_GetInt(cesta,"Kedy"),1),date(DOF2_GetInt(cesta,"Dokedy"),1),DOF2_GetString(cesta,"Admin"),DOF2_GetString(cesta,"Dovod"));
SendClientMessage(playerid, COLOR_RED, strr);