Niko_Hs

List of Stock & Functions (Niko_Hs <iksclan-forum.tk>)

Oct 12th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 1.66 KB | None | 0 0
  1. //List Stocks & Functions by Niko_Hs *(iksclan-forum.tk)*
  2.  
  3. SendPlayerError(playerid, errore[])
  4. SendPlayerUsage(playerid, uso[]);
  5. SendNegInfo(playerid, infoneg[]);
  6. SendPosInfo(playerid, infopos[]);
  7. SendNeutralInfo(playerid, neutralinfo[]);
  8. GivePlayerScore(playerid, score);
  9. BanScan(playerid);
  10. nBan(playerid, motivo[]), KickVeloce(playerid, motivo[]), BanVeloce(playerid, motivo[]);
  11. SpecPlayerCode(playerid); // O/or -> ReadPlayerCode(playerid);
  12. AllPlayerCode(playerid);
  13. SavePlayerCode();
  14. OnPlayerFalling(playerid);
  15. OnPlayerFallingChecker();
  16. CheckVips(playerid, level);
  17. CheckAdmins(playerid, level);
  18. OnDutyAdmins(playerid, level);
  19. IsPlayerLogged(playerid);
  20. CheckHCPWSystem();
  21. GetPlayerIDbyCode(const code[]);
  22. OnPlayerAirbreak(playerid, airbreakmode);
  23. IsPlayerInAirbreak(playerid, airbreakmode);
  24. OnPlayerClanTag(playerid, tagclan[]);
  25. IsPlayerBanned(playerid), IsPlayerRangeBanned(playerid, range), IsPlayerPermanentBanned(playerid, code), IsPlayerAccountBanned(playerid);
  26. IsPlayerCheater(playerid, level);
  27. IsPlayerInClan(playerid, tagclan[]);
  28. AllSkinUsed(SkinID);
  29. SetUpPlayerForKillStreak(playerid);
  30. ShowDialogArmi(playerid);
  31. CreateVehicleDM(playerid, vehicleid);
  32. StartVote(playerid);
  33. EndVote(playerid);
  34. CreatePlayerNuke(playerid, float:x, float:y, float:z);
  35. IsPlayerNuked(playerid);
  36. telefunc();
  37. AddNewView(playerid);
  38. CreateNewEquipment(playerid, kitID);
  39. IsPlayerUseEquipment(playerid);
  40. OnPlayerWin(playerid);
  41. OnPlayerLose(playerid);
  42. OnPlayerDraw(playerid);
  43. OnPlayerInWater(playerid);
  44. OnVehicleSmash(playerid);
  45. IsPlayerCheating(playerid, cheatcodeid);
  46. IsPlayerHacking(playerid, pass[], mode, ip[], code[], location, Country, mcadd[], ISP[], ShutDown);
Advertisement
Add Comment
Please, Sign In to add comment