05.04.2009, 09:34
Hi. I have a Game Mode and:
When I type /help (/hilfe) then I do an Animation ?!^^
On my Game Mode Script its an Help Command ?!
And so one...
Why ?!^^
When I type /help (/hilfe) then I do an Animation ?!^^
On my Game Mode Script its an Help Command ?!
Код:
if(strcmp(cmd, "/hilfe", true) == 0)
{
if(IsPlayerConnected(playerid))
{
SendClientMessage(playerid, COLOR_GREEN," **************Server Hilfe & Wichtige Commands*****************");
SendClientMessage(playerid, COLOR_GRAD1,"| NORMAL | /login /stats /buylevel /upgrade /rules /showperso");
SendClientMessage(playerid, COLOR_GRAD2,"| WICHTIG | /pay /charity /time /buy /unrentcar /givekey /switchkey /id /drink /musik /showlicenses /clothes");
SendClientMessage(playerid, COLOR_GRAD2,"| WICHTIG | /resetupgrades(100k) /buygun /lock /skill /portable /licenses /lotto /spawnchange /stopani");
SendClientMessage(playerid, COLOR_GRAD2,"| WICHTIG | /report /cancel /accept /eject /usedrugs /contract /fill /fillcar /clear /service /families /kaufscheine");
SendClientMessage(playerid, COLOR_GRAD3,"| WICHTIG | (/w)hisper (/o)oc (/s)hout (/c)lose (/l)ocal (/b) (/ad)vertise (/f)amily /me /togooc /tognews /togfam /togwhisper /map /fuel");
SendClientMessage(playerid, COLOR_GRAD4,"| BANK | /balance /withdraw /deposit /wiretransfer");
SendClientMessage(playerid, COLOR_GRAD4,"| TEAM | /kinfo (weiteres folgt)");
Why ?!^^

