Rules
FAQ
Members List
Search
Register
Login
Raised This Month: $
Target: $400
0%
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Showing results 1 to 20 of 20
Search took
0.00
seconds.
Search:
Posts Made By:
Hay
Forum:
Scripting
06-09-2018, 12:10
Replies:
6
Help with a code
Views:
1,457
Posted By
Hay
Re: Help with a code
Tnx, can you give me an example of how to offset the deagle? and where I can find an ammo type? it's not written in source API.
Forum:
Scripting
06-09-2018, 12:00
Replies:
6
Help with a code
Views:
1,457
Posted By
Hay
Re: Help with a code
Here's my code, I am a beginner and wants to learn from more "real programmers" with this code. I might have some embarrassing mistakes here. I did like is wrote in the API source but still got...
Forum:
Scripting
06-09-2018, 10:41
Replies:
6
Help with a code
Views:
1,457
Posted By
Hay
Help with a code
Hello, I am trying to create a command that called "Deagle" and it just gives you flashbang and a Deagle with 1 bullet and print to the chat (red color) "Getting Deagle.." I tried to write it and got...
Forum:
Scripting
06-09-2018, 09:31
Replies:
7
undefined symbol "GivePlayerItem"
Views:
1,997
Posted By
Hay
Re: undefined symbol "GivePlayerItem"
tnx done but now I have other problems, you might look at the full code :
Error :
argument type mismatch (argument 3)
Forum:
Scripting
06-09-2018, 09:07
Replies:
7
undefined symbol "GivePlayerItem"
Views:
1,997
Posted By
Hay
undefined symbol "GivePlayerItem"
Can Someone Tell me whats the problem here?
Errors-
undefined symbol "GivePlayerItem"
undefined symbol "GivePlayAmmo"
undefined symbol "GivePlayerItem"
Forum:
Scripting
06-09-2018, 07:47
Replies:
4
Little help
Views:
1,200
Posted By
Hay
Re: Little help
First, Thank you for answering, Sec I did like you told and I got some error here's the code:
It is telling:
Undefined symbol "givePlayerItem"
Undefined symbol "givePlayerAmmo"
And one...
Forum:
Scripting
06-09-2018, 03:00
Replies:
4
Little help
Views:
1,200
Posted By
Hay
Little help
Hello, I have a few things that I want to know, First its how to PrintToChat with colors (an example please) and Sec I wanted to know how can I give to the player some weapon (let's say ak-47), and...
Forum:
Scripting
06-08-2018, 15:06
Replies:
8
Simple task dose not work. argument type mismatch(argument 1)
Views:
1,869
Posted By
Hay
Re: Simple task dose not work. argument type mismatch(argument 1)
Thanks again and sorry for bothering, I did it and it still made the error (number of arguments does not match definition) in the name line -
Forum:
Scripting
06-08-2018, 14:48
Replies:
8
Simple task dose not work. argument type mismatch(argument 1)
Views:
1,869
Posted By
Hay
Re: Simple task dose not work. argument type mismatch(argument 1)
tnx again, but what the problem with this code? -
Error - "Number of arguments does not definition"
Forum:
Scripting
06-08-2018, 14:35
Replies:
8
Simple task dose not work. argument type mismatch(argument 1)
Views:
1,869
Posted By
Hay
Re: Simple task dose not work. argument type mismatch(argument 1)
First thanks for the help, Sec I need to use it more than 1 time. and its give me the error: "Number of arguments does not a definition" I Looked out for it and didn't find .
Forum:
Scripting
06-08-2018, 14:04
Replies:
8
Simple task dose not work. argument type mismatch(argument 1)
Views:
1,869
Posted By
Hay
Simple task dose not work. argument type mismatch(argument 1)
Tried to print to chat player health, I had a few problems. argument type mismatch(argument 1)
Some help?
Forum:
Scripting Help
06-08-2018, 13:57
Replies:
1
Simple task dose not work. argument type mismatch(argument 1)
Views:
552
Posted By
Hay
Re: Simple task dose not work. argument type mismatch(argument 1)
Sorry
Forum:
Scripting Help
06-08-2018, 13:53
Replies:
1
Simple task dose not work. argument type mismatch(argument 1)
Views:
552
Posted By
Hay
Simple task dose not work. argument type mismatch(argument 1)
Mistake Remove
Forum:
Scripting
06-08-2018, 12:33
Replies:
6
Code error 033 "array muse be indexed"
Views:
1,280
Posted By
Hay
Re: Code error 033 "array muse be indexed"
I think I didn't understand what you say but I am talking on sourcepawn code language
Forum:
Scripting
06-08-2018, 12:30
Replies:
6
Code error 033 "array muse be indexed"
Views:
1,280
Posted By
Hay
Re: Code error 033 "array muse be indexed"
The command now is like you told :
public Action:Command_Spam(client,args)
{
char x[256];
GetCmdArgString(x, sizeof(x));
char y[100];
GetCmdArgString( y, sizeof(y))
int...
Forum:
Scripting
06-08-2018, 11:54
Replies:
6
Code error 033 "array muse be indexed"
Views:
1,280
Posted By
Hay
Code error 033 "array muse be indexed"
Hello, I tried to type a command that "spam" the chat here's the command :
public Action:Command_Spam(client,args)
{
char x[256];
GetCmdArgString(x, sizeof(x));
char y[100];...
Forum:
Scripting
06-08-2018, 07:25
Replies:
2
How to get number + string from client and use in sourcemod
Views:
2,015
Posted By
Hay
How to get number + string from client and use in sourcemod
Hello, I am trying to do a simple task that takes number + string from a client like "/print hey 10" and then prints hey to the chat 10 times (like scanners in java). Thanks for help
Forum:
General
06-06-2018, 14:35
Replies:
1
Wants to Learn :)
Views:
857
Posted By
Hay
Wants to Learn :)
Hello, I am a new Programmer and I wanted to learn how to start learning, I will be glad if some of you can leave a message with how he/she learned to program in sourcemod. I am a beginner, if some...
Forum:
Scripting
06-06-2018, 14:29
Replies:
4
Help Needed
Views:
1,250
Posted By
Hay
Re: Help Needed
Thank you! It was that!
Forum:
Scripting
06-04-2018, 08:20
Replies:
4
Help Needed
Views:
1,250
Posted By
Hay
Help Needed
Hey, I am sorry if it is not the right place to put my post (I am a beginner her then sorry), I am looking for a Sourcemod coding program (Where I can program my codes) with a debugger in it. I...
Showing results 1 to 20 of 20
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Server Discussion
Source Servers (SRCDS)
HL1 Servers (HLDS)
AMX Mod X
News
Bug Reports
General
Off-Topic
Plugins
Suggestions / Requests
Approved Plugins
New Plugin Submissions
Unapproved/Old Plugins
Translation Request
High-Traffic Plugins
GunGame
UAIO (Ultimate All-In-One Plugin)
xREDIRECT
CSDM
AMX Super
RuneMod
Zombie Plague Mod
SuperHero Mod
News
Tech Support
Scripting Help
Off-Topic / General Chat
Heroes
Suggestions / Requests
Approved Heroes
New Submissions
Unapproved/Old Heroes
Module Heroes
SuperHero Mod Stats - By 123
(OLD) Bug Reports
Scripting
Scripting Help
Code Snippets/Tutorials
Module Coding
Donor Access
SourceMod
News
General
Plugins
Plugins
Unapproved Plugins
Plugin/Gameplay Ideas and Requests
High-Traffic Plugins
SourceMod Anti-Cheat
Zombie:Reloaded
SourceBans / SourceBans++
VSH / Freak Fortress
Store
SM_Hosties
HLstatsX:CE
Scripting
Extensions
Snippets and Tutorials
Donor Access
Metamod: Source
Metamod:Source Plugins
Metamod:Source Questions
Coding MM:S Plugins & SM Extensions
Hosted Stuff
Asherkin's Plugins
TFDodgeball
TF2Items
SteamTools
Bail's Plugins
CSDM
CS:S DM
Off-Topic & Trash
Off-Topic
Trash
All times are GMT -4. The time now is
04:38
.
DMCA
-
Archive
-
Top
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode