Raised This Month: $ Target: $400
 0% 

[ayuda] quien me puede pasar el sma de un shop hns


  
 
 
Thread Tools Display Modes
Geoslide
Senior Member
Join Date: Jun 2011
Location: Chilean player
Old 02-02-2013 , 23:43   Re: [ayuda] quien me puede pasar el sma de un shop hns
#11

Quote:
Originally Posted by nacho_49 View Post
es ke no se donde están los tutoriales
https://forums.alliedmods.net/forumdisplay.php?f=137
__________________
Basebuilder V6 - plugin for sale
Jailbreak V6 - plugin for sale
more plugins in progress ...

Geoslide ?
Geoslide is offline
StrikerV2
Senior Member
Join Date: Nov 2012
Location: Chile , O Yes!
Old 02-02-2013 , 23:45   Re: [ayuda] quien me puede pasar el sma de un shop hns
#12

Quote:
Originally Posted by nacho_49 View Post
es ke no se donde están los tutoriales
Para hacer lo que dijo r0ma No se necesitan tutoriales .

1 - Borra:
PHP Code:
stock fm_find_ent_by_owner(index, const classname[], ownerjghgtype 0) {  
    new 
strtype[11] = "classname"ent index;  
    switch (
jghgtype) {  
        case 
1strtype "target";  
        case 
2strtype "targetname";  
    }  

    while ((
ent engfunc(EngFunc_FindEntityByStringentstrtypeclassname)) && pev(entpev_owner) != owner) {}  

    return 
ent;  

2- Ve Este Ejemplo Que Me Dejo rak en un post para dar la velocidad :
PHP Code:
#include <amxmodx>
#include <fun>
#include <hamsandwich>

#define PLUGIN "Reset MaxSpeed"
#define VERSION "1.0"
#define AUTHOR "[R]ak"

new Ham:Ham_Player_ResetMaxSpeed Ham_Item_PreFrame

new g_FreezeTime

public plugin_init() {
    
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_event("HLTV""event_new_round""a""1=0""2=0")
    
    
register_logevent("logevent_round_start"2"1=Round_Start")
    
    
RegisterHam(Ham_Player_ResetMaxSpeed"player""fw_Player_ResetMaxSpeed"1)
}

public 
event_new_round()
    
g_FreezeTime true
    
public logevent_round_start()
    
g_FreezeTime false
    
public fw_Player_ResetMaxSpeed(id)
    if(!
g_FreezeTime)
        
set_user_maxspeed(id500.0
__________________
Mi firma era tan sexy .-.
StrikerV2 is offline
Send a message via MSN to StrikerV2
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:36.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode