Unalmamba csináltam ezt a kis kódot
ami hasonlít zeteni \'Mennyire vagyok by zeteni\" szkriptjéhez.
Ebbe az a más,hogy mindenkinek ki irja az üzenetet.
Például: Yakuza megnézte,hogy mennyire SAMP Fórum függõ! Õ 68 százalékban SAMP Fórum függõ.
Kód:
#include <a_samp>
#include <zcmd>
CMD:sampforum(playerid, params[])
{
new string[144], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), \"%s megnézte,hogy mennyire SAMP Fórum függõ! Õ %i százalékban SAMP Fórum függõ.\", name, random(100));
SendClientMessageToAll(0xFF0000AA, string);
return 1;
}
SAMP Fórum: