Üdv, mindenkinek!!
Külföldi fórumon találtam, egy olyan inculédt hogy LifeCMD kipróbáltam, igaz hogy gyorsan dolgozza a parancsot!!
Szóval, vágjunk bele:
Neve: Life_Commands LifeCMD
Készítette: kazon
Telepítés:
Elõször, is létre kell hoznunk egy includét a szerver módunkba! #Include <LifeCMD>
Aztán: CMD : mycommand ( playerid , params []) / / (mycommand) your team is spelled without a stick (/)
{
/ / your code
return true ;
}
Aztán: LCMD : mycommand ( playerid , params []) / / (mycommand) your team is spelled without a stick (/)
{
/ / your code
return true ;
}
Callback: Public OnPlayerCommandCall ( playerid , cmdtext [])
{
/ / playerid - Player ID | cmdtext - the team itself
return true ;
}
Aztán: Public OnPlayerCommandFinish ( playerid , cmdtext [], Success )
{
/ / playerid - Player ID | cmdtext - the team itself | success - true or false that is, whether there is a command or not
return true ;
}
Aztán: Public OnPlayerCommandCall ( playerid , cmdtext [])
{
printf ( \"Player: \'% s\' using the command \'% s\'\" , PlayerInfo [ playerid ] [ pName ], cmdtext );
return true ;
}
Aztán: Public OnPlayerCommandFinish ( playerid , cmdtext [], Success )
{
if (! Success ) return SendClientMessage ( playerid , COLOR_LIGHTRED , \"this command does not exist!\" );
return true ;
}
Képek:Letöltés:
http://www.solidfiles.com/d/3ac4027fd9/
Remélem, lehetett érteni amit leírtam, ha nem akkor elnézést kérek mivel nem vagyok valami nagy mondat író..
Tisztelettel:
Soma