Jump to content
  • 0

Cum fac FS simplu cu credite


AnDrEi_MaFioTu

Question

8 answers to this question

Recommended Posts

Nu trebuie sa faci un filterscript nou, doar sa adaugi asta la OnPlayerCommandText in GameMode:

if( strcmp( cmdtext, "/credits", true ) == 0 )
{
    SendClientMessage( playerid, -1, "Gamemode: <Cine a creat gamemodeul>" );
    SendClientMessage( playerid, -1, "Filterscripts: <Cine a creat filterscripturile>" );
    SendClientMessage( playerid, -1, "Mape: <Cine a creat mapele>" );
    return 1;
}

SendClientMessage - trimite un mesaj jucatorului in chat.

http://wiki.sa-mp.com/wiki/SendClientMessage

Link to comment
Share on other sites

stuntman-=!!" post="79615" timestamp="1308926673"]

Nu trebuie sa faci un filterscript nou, doar sa adaugi asta la OnPlayerCommandText in GameMode:

if( strcmp( cmdtext, "/credits", true ) == 0 )
{
    SendClientMessage( playerid, -1, "Gamemode: <Cine a creat gamemodeul>" );
    SendClientMessage( playerid, -1, "Filterscripts: <Cine a creat filterscripturile>" );
    SendClientMessage( playerid, -1, "Mape: <Cine a creat mapele>" );
    return 1;
}

http://wiki.sa-mp.com/wiki/SendClientMessage

Multumesc , dar se poate face si un FS prin alta metoda?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.