Advertisement
Guest User

/Help bug - Error SAMP

a guest
Jul 3rd, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. if(strcmp(cmd, "/help", true) == 0)
  2. {
  3. if(IsPlayerConnected(playerid))
  4. {
  5. SendClientMessage(playerid, COLOR_GRAD1,":: ACCOUNT :: /rules /stats /account /changename");
  6. SendClientMessage(playerid, COLOR_GRAD1,":: GENERAL :: /pay /charity /time /buy /unrentcar /unrentbike /switchkey /id /drink /clothes /doro /wo /knock /doorshout /resetspawn /cellphonehelp /househelp /cophelp");
  7. SendClientMessage(playerid, COLOR_GRAD2,":: GENERAL :: /resetupgrades(50k) /buygun /lock /skill /licenses /showlicenses(/sl) /report /atalk /animlist /stopanim /fuel /use /businesshelp /leaderhelp /fishhelp");
  8. SendClientMessage(playerid, COLOR_GRAD2,":: GENERAL :: (/re)port /cancel /accept /eject /usedrugs /contract /fill /admins (/f)actionlist /gps /chatmode /fightstyle /(de)attachweapon /notehelp /vehiclehelp /renthelp");
  9. SendClientMessage(playerid, COLOR_GRAD3,":: GENERAL :: (/wi)ndows /coin /trunk (/inv)entory /knock /knockout /give /gateopen /sid /smoke /(sur)render /selectspawn /cookhelp /irchelp /derbyhelp");
  10. SendClientMessage(playerid, COLOR_GRAD4,":: CHAT :: (/o)oc /me /(ad)vertise (/cw)hisper (/s)hout /(w)hisper (/b) /(l)ocal (/f)action /me /do /togfam /togpm /togphone");
  11. SendClientMessage(playerid, COLOR_GRAD4,":: BANK :: /balance /withdraw /deposit /wiretransfer /atm");
  12. if(PlayerInfo[playerid][pLeader] == 14 || PlayerInfo[playerid][pMember] == 14)
  13. {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement