Raised This Month: $ Target: $400
 0% 

errors 29 and 30


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Mini_Midget
Veteran Member
Join Date: Jan 2006
Location: It's a mystery.
Old 05-23-2006 , 07:05   errors 29 and 30
Reply With Quote #1

Code:
/home/users/amxmodx/tmp3/phpoc1ShG.sma(31) : error 035: argument type mismatch (argument 1)
/home/users/amxmodx/tmp3/phpoc1ShG.sma(31) : error 029: invalid expression, assumed zero
/home/users/amxmodx/tmp3/phpoc1ShG.sma(31 -- 32) : error 029: invalid expression, assumed zero
/home/users/amxmodx/tmp3/phpoc1ShG.sma(31 -- 32) : fatal error 107: too many error messages on one line

Compilation aborted.
4 Errors.
Could not locate output file /home/groups/amxmodx/public_html/websc3/phpoc1ShG.amx (compile failed).
and part of my script with the error
Code:
public client_infochanged(id)     {     new newName[33]     get_user_info(id,"name",newName,32)         if(get_user_frags("5")) && (contain(newName,"Cpl.") == -1)     {         get_user_info(id, "name",newName,32)                 client_print(id, print_chat, "Congratulations Private! You are now promoted to Corporal!")         format(newName,32,"Cpl. %s",newName)         client_cmd(id,"name %s",newName)     } } public client_putinserver(id)     client_infochanged(id)
__________________
It's a mystery.
Mini_Midget is offline
 



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 16:23.


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