06.09.2011, 12:30
PHP код:
{
new string[100];
variabeleempty = 100;
SendClientMessage(playerid,RED,"When i See Dm with the Brass knuckles at the spawn youґll get Banned");
SendClientMessage(playerid,ORANGE,"Hello this is a testserver");
format(string, sizeof(string), "here comes the number %d", variabeleempty);
SendClientMessage(playerid,RED,string);
return 1;
}