04.01.2012, 02:00
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/help", true))
{
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"Help",":: ACCOUNT :: /reguli /stats /account /changename\n :: GENERAL :: /pay /charity /time /buy /unrentcar /unRentveh /switchkey /id /drink /clothes /leaders /wo /knock /doorshout /resetspawn\n :: GENERAL :: /resetupgrades(50k) /buygun /lock /skill /licenses /showlicenses /atalk /anim /stopanim /use\n :: GENERAL :: /report /cancel /accept /eject /usedrugs /contract /fill /admins (/f)actionlist /gps /chatmode /fightstyle /(de)attachweapon\n :: GENERAL :: /coin (/inv)entory /knock /knockout /give /gateopen /sid /smoke /(sur)render /cophelp /selectspawn\n :: CAR :: /trunk\n :: CHAT :: (/o)oc /me /(ad)vertise (/cw)hisper (/s)hout /(w)hisper (/b) /(l)ocal (/f)action /me /do /togfam /togpm /togphone\n :: BANCA :: /balance /withdraw /deposit /wiretransfer /atm.","Close","");
return 1;
}
return 0;
}

