Raised This Month: $ Target: $400
 0% 

Code Errors...


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Swe-Death
Member
Join Date: Nov 2004
Location: Sweden
Old 06-16-2007 , 03:19   Code Errors...
Reply With Quote #1

###Why is it not work?###

#include <sourcemod>


public client_connect(id)
{
client_cmd( id, "bind t admin")
}
Swe-Death is offline
Send a message via MSN to Swe-Death
teame06
i have a hat
Join Date: Feb 2005
Location: Hat City
Old 06-16-2007 , 03:30   Re: Code Errors...
Reply With Quote #2

Because that look like your trying to combine AMX Mod X forward with SourceMod.

Code:
#include <sourcemod> public bool:OnClientConnect(client, String:rejectmsg[], maxlen) {     /* You can't execute any command on the client since the last update.      * I think "play" and two other command only can be executed on the client now.      */     return true; }

Ps.. Read the includes .. It there for a reason.
__________________
No private support via Instant Message
GunGame:SM Released
teame06 is offline
Send a message via AIM to teame06
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 13:22.


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