Witamy w Nieoficjalnym polskim support'cie AMX Mod X
Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
|
Guest Message by DevFuse
Wklejka 136gegfmsjqsv dodana przez Lucjan, 18.05.2015 01:07
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32.
#include <sdktools>
#include <sdkhooks>
#include <sourcemod>
#include <cmod>
public OnPluginStart(){
new const String:nazwaKlasy[] = "Tropiciel";
new const String:opisKlasy[] = "Dostaje MP9 i Five Seven";
new const intKlasy = 0;
new const conKlasy = 80;
new const strKlasy = 30;
new const dexKlasy = 50;
new Handle:weapon;
public Plugin:myinfo = {
name = "Tropiciel",
author = "Lucifer",
description = "Dostaje MP9 i Five Seven",
version = "1.0",
url = "http://skillownia.com/"
}
public OnPluginStart(){weapon = CreateArray(32);
PushArrayString(weapon, "weapon_mp9");
PushArrayString(weapon, "weapon_fiveseven");
Cmod_RegisterClass(Tropiciel, Dostaje MP9 i Five Seven, 0, 80, 30, 50, weapons);
}
Dodanych wklejek: 15354
Powered By (Pav32) Pastebin © 2011


Dodatki SourceMod


