Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 5th, 2012  |  syntax: C++  |  size: 0.81 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. COMMAND:baza(playerid, params[])
  2. {
  3.         if(!IsAdmin(playerid))
  4.         {
  5.                 SendClientMessage(playerid, COLOR_ERROR, " (błąd) Nie jesteś administratorem.");
  6.                 return 1;
  7.         }
  8.     SetPlayerPos(playerid, 4086.9746,3.2492,2.7500);
  9.     SendClientMessage(playerid, JasnoNiebieski, "(info) Witaj w bazie Adminie");
  10.     return 1;
  11. }
  12.  
  13. COMMAND:blwdhelp(playerid, params[])
  14. {
  15.         SendClientMessage(playerid, COLOR_WHITE," ");
  16.         SendClientMessage(playerid, COLOR_WHITE," ");
  17.         SendClientMessage(playerid, JasnoNiebieski,"(info) /blwde - teleportujesz sie do willi Blwd.");
  18.         SendClientMessage(playerid, COLOR_WHITE,"(info) /blwdw - wychodzisz z willi Blwd.");
  19.         SendClientMessage(playerid, COLOR_WHITE,"(info) /blwds - siedziba Blwd.");
  20.         SendClientMessage(playerid, COLOR_WHITE," ");
  21.         SendClientMessage(playerid, COLOR_WHITE," ");
  22.         return 1;
  23. }