AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Logs errors (https://forums.alliedmods.net/showthread.php?t=150139)

talents 02-15-2011 07:42

Logs errors
 
1 Attachment(s)
With debug:
Code:

L 02/14/2011 - 16:36:18: [AMXX] Displaying debug trace (plugin "JailBreak_VIPMENU.amxx")
L 02/14/2011 - 16:36:18: [AMXX] Run time error 10: native error (native "set_user_maxspeed")
L 02/14/2011 - 16:36:18: [AMXX]    [0] JailBreak_VIPMENU.sma::FwdHamSpawn_Post (line 77)

without debug":
Code:

L 02/14/2011 - 21:05:33: [AMXX] Run time error 10 (plugin "JailBreak_VIPMENU.amxx") (native "set_user_maxspeed") - debug not enabled!
L 02/14/2011 - 21:05:33: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).

Help?

and how to make apear an image when i write /wantvip?

~Ice*shOt 02-15-2011 09:34

Re: Logs errors
 
Maybe
PHP Code:

public FwdHamSpawn_Post(id)
{
    
is_user_alive(id);
    
HasSpeed false;
    
VipUsed[id] = false;
    
set_user_maxspeed(idnormal_speed);
     
set_user_renderingid_000_);


:arrow:

PHP Code:

public FwdHamSpawn_Post(id)
{
    if (!
is_user_alive(id))
        return

    
HasSpeed false;
    
VipUsed[id] = false;
    
set_user_maxspeed(idnormal_speed);
    
set_user_renderingid_000_);



talents 02-15-2011 11:33

Re: Logs errors
 
thx :):)

I have 2 more questions if you could help me:
1. How to put double jump at VIP?
2. How to apearr an image or a window when i write /wantvip or /buyvip?

Help?

~Ice*shOt 02-15-2011 14:07

Re: Logs errors
 
1. Use multijump plugin code
2. You mean that?
PHP Code:

register_clcmd("say /motd""motd")

public 
motd(id)
{
show_motd(id"Your_Motd.txt""Motd Name (If You want)")


.txt file put in cstrike/

talents 02-15-2011 14:51

Re: Logs errors
 
thx

if I have questions i can ask more?

~Ice*shOt 02-15-2011 16:10

Re: Logs errors
 
You are welcome.

talents 02-16-2011 14:20

Re: Logs errors
 
1 Attachment(s)
1.How can i make too view in the tabel score the vips? I mean too write VIP in he right of the name.
2.How can i make too view vips when i write /vips?

Help?

~Ice*shOt 02-16-2011 14:53

Re: Logs errors
 
Tomorrow

talents 02-17-2011 04:21

Re: Logs errors
 
ok... thx i will wait

~Ice*shOt 02-17-2011 08:23

Re: Logs errors
 
1. I don't undersatnd
2. You can inster code from admin_check plugin or other vips :)


All times are GMT -4. The time now is 20:56.

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