Raised This Month: $ Target: $400
 0% 

Saving in NVault ? Cant?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
JProReTaRD
Member
Join Date: May 2009
Location: Denmark, KBH
Old 05-21-2010 , 13:30   Re: Saving in NVault ? Cant?
Reply With Quote #1

Hi Bugsy Thank you for your reply

Now it says:
Code:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team

Error: Argument type mismatch (argument 2) on line 242
Error: Argument type mismatch (argument 2) on line 243
Error: Argument type mismatch (argument 2) on line 244
Error: Argument type mismatch (argument 2) on line 245
Error: Argument type mismatch (argument 2) on line 246
Error: Argument type mismatch (argument 2) on line 247
Error: Argument type mismatch (argument 2) on line 248
Error: Argument type mismatch (argument 2) on line 299
Error: Argument type mismatch (argument 2) on line 300
Error: Argument type mismatch (argument 2) on line 301
Error: Argument type mismatch (argument 2) on line 302
Error: Argument type mismatch (argument 2) on line 303
Error: Argument type mismatch (argument 2) on line 304
Error: Argument type mismatch (argument 2) on line 305

14 Errors.
(compile failed).
The errors are here according to Pawn Compiler:
PHP Code:

    
new key str_to_num(data);
   
    switch(
key)
    {
        case 
1ShowRule(idkey);
        case 
2ShowRule(idkey);
        case 
3ShowRule(idkey);
        case 
4ShowRule(idkey);
        case 
5ShowRule(idkey);
        case 
6ShowRule(idkey);
        case 
7ShowRule(idkey);
    }
    
    
menu_destroy(menu);
    return 
PLUGIN_HANDLED
AND

PHP Code:
    new key str_to_num(data);
    switch(
key)
    {
        case 
1cmd_ChangeRule(idkey);
        case 
2cmd_ChangeRule(idkey);
        case 
3cmd_ChangeRule(idkey);
        case 
4cmd_ChangeRule(idkey);
        case 
5cmd_ChangeRule(idkey);
        case 
6cmd_ChangeRule(idkey);
        case 
7cmd_ChangeRule(idkey);
    }
    
    
menu_destroy(menu);
    return 
PLUGIN_HANDLED
JProReTaRD is offline
Reply



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 03:40.


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