List of Tutorials from Other Sites Jul 10, 2015 13:04:38 GMT P!KaChu~, RaDNoX, and 1 more like this Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Jul 10, 2015 13:04:38 GMT Below is the list of tutorials from other sites:1. Creating a Zombie Class with Skill.2. How Add Model for VIP Only.3. [Modelling] How to Make p, w Models etc.4. How to Make Extra Item for ZP 5.0.5. How to Make Extra Item for Admin Only. 6. [Modelling] Fixing Bugged Models.7. How to Change ZP Menu.8. Creating Item with Limit.9. How to Use Spoiler Tag.10. How to Create VIP Zombie Class for ZP 5.0.11. New Round / Player Spawn / Round Start / Round End.12. New AMXX Menu System.13. Communication PHP <-> AMXX via MOTD.14. How to Upload File in the AlliedModders.15. Class Specifiers.16. Programming for Starters.Feel free to suggest any tutorials.
List of Tutorials from Other Sites Jul 19, 2015 8:43:38 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by icylover on Jul 19, 2015 8:43:38 GMT zmd49,, can you put tutorial on how to make zombie for admin only and how to make zombie for vip ,, the zombie for admin cant be used by the vip put the admin can use the vip zombie
List of Tutorials from Other Sites Jul 20, 2015 1:04:44 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Jul 20, 2015 1:04:44 GMT Do you have the links of that tutorials?
List of Tutorials from Other Sites Jul 20, 2015 6:45:11 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by icylover on Jul 20, 2015 6:45:11 GMT i'm searching for them
List of Tutorials from Other Sites Jul 20, 2015 8:18:44 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Jul 20, 2015 8:18:44 GMT Alright. If I have free time, I will make a new thread about them.
List of Tutorials from Other Sites Jul 20, 2015 9:05:25 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by icylover on Jul 20, 2015 9:05:25 GMT okay thanks a lot
List of Tutorials from Other Sites Jul 20, 2015 15:52:55 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Jul 20, 2015 15:52:55 GMT I will do my best to help others.
List of Tutorials from Other Sites Jul 20, 2015 17:21:41 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by icylover on Jul 20, 2015 17:21:41 GMT you already help them,, zmd you are the best
List of Tutorials from Other Sites Jul 21, 2015 4:33:39 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Jul 21, 2015 4:33:39 GMT I appreciate it.
List of Tutorials from Other Sites Aug 10, 2015 7:53:59 GMT P!KaChu~ likes this Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by Raheem on Aug 10, 2015 7:53:59 GMT My TUT ---> ZombieEscape Mod Fixed
List of Tutorials from Other Sites Aug 10, 2015 9:08:41 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Aug 10, 2015 9:08:41 GMT Nice sharing.
List of Tutorials from Other Sites Feb 12, 2016 1:16:51 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by remusdogg on Feb 12, 2016 1:16:51 GMT Can you zmd make a tutorial How to Make Extra Item for ZPA ?
List of Tutorials from Other Sites Feb 19, 2016 0:02:39 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Feb 19, 2016 0:02:39 GMT Just learn from below:#include <amxmodx>#include <zombieplague>#include <fun>// Item variablenew g_ItemIDpublic plugin_init(){ // Plugin register register_plugin("[ZP] Armor", "1.0", "zmd94") // Register item g_ItemID = zp_register_extra_item("Armor", 15, ZP_TEAM_HUMAN) }// If someone buy the itempublic zp_extra_item_selected(id, itemid){ if(itemid == g_ItemID) { // Set armor set_user_armor(id, get_user_armor(id) + 300) }}
List of Tutorials from Other Sites Mar 24, 2016 17:29:01 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by Hammidi on Mar 24, 2016 17:29:01 GMT Tanks :*
List of Tutorials from Other Sites Apr 6, 2016 7:44:13 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by zmd94 on Apr 6, 2016 7:44:13 GMT You are welcome.