INFO
Ovo je jedna mala FS koju sam napravio za 5 minuta,kada svi mogu praviti neke filterskripte mogu i ja.U ovoj FS se radi o tome da mozes promijeniti svoj stil tuce,mozete birati izmedju normalnog stila,kung fu,boxa,udaranja koljenom i jos toga
KOMANDE
/kungfu
/normal
/boxing
/grabkick
/elbow
/kneekick
/fscredits
DOWNLOAD
http://pastebin.com/btvEFpdF (http://pastebin.com/btvEFpdF)
EDIT
Evo vam ova FS u meniju
http://pastebin.com/hV9rb6n1 (http://pastebin.com/hV9rb6n1)
Ovo sam video isto na BM, samo što je u dialogu ;)
prebacicu i u dialog sada...bas zato sto je tako na BM :D
Jbt ja sam sad prebacio u dialog :'(... nije lose jednostavno
Valjda promjena stila "Borbe"...Kako god nice FS
zanimljiva i jednostavna FS... svaka cast na ulozenom trudu...........
evo stavio sam ovu FS u meni..mislio sam u dialog ali sam se predomislio
http://pastebin.com/hV9rb6n1 (http://pastebin.com/hV9rb6n1)
Citat: ‎(à¥"_à¥") - ČιѕÑ,σ ÑÑ"кÑÑ"αÑ,ινησ - (à¥"_à¥") poslato Oktobar 29, 2010, 12:22:17 POSLE PODNE
zanimljiva i jednostavna FS... svaka cast na ulozenom trudu...........
ma za ovo nije potreban trud..potrebno je minimalno znanje..ovo sam napravio samo zato sto mi je dosadno i sto ocu da napravim jednu svoju FS 8)
Neznam zasto lazes da si ti napravio kad je ova fs sa samp foruma,mogu rec da si se zeznuo jer ima tekst na fs koji si zaboravio prevesti ili si mozda pisao na Engleski..
if(!strcmp(cmdtext, "/fscredits", true))
{
SendClientMessage(playerid, 0xFFFFFFFF, "SERVER: FS je izradio Sub Zero!");
return 1;
/* Returning '1' is used to notify the server that the command
has successfully been processed. If you return true here you won't
get that 'SERVER: Unknown Command.', and any conflicts will be
avoided.
*/
Bote to je iz OnPlayerCommandText..a command text sam uzeo sa samp wikipedije
http://wiki.sa-mp.com/wiki/OnPlayerCommandText (http://wiki.sa-mp.com/wiki/OnPlayerCommandText)
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/help", true))
{
SendClientMessage(playerid, 0xFFFFFFFF, "SERVER: This is the /help command!");
return 1;
/* Returning '1' is used to notify the server that the command
has successfully been processed. If you return true here you won't
get that 'SERVER: Unknown Command.', and any conflicts will be
avoided.
*/
}
return 0;
/* Returning '0' is used to inform the server that the command
has not been successfully processed, and passes it to other scripts.
If there hasn't been a successful process, then you will get that
'SERVER: Unknown Command.' error.
*/
}
vidis da su im tekstovi isti..nisam brisao nego sam samo ostavio...
svaka cast :D