Raised This Month: $ Target: $400
 0% 

Showing results 1 to 23 of 23
Search took 0.01 seconds.
Search: Posts Made By: Ricky Leone
Forum: Scripting Help 10-30-2008, 10:33
Replies: 9
Views: 4,551
Posted By Ricky Leone
Re: Print double quotes?

Right, I get that. But I'm asking if all of the same escape codes will work. If not, which ones and are there any unique ones in Pawn?

Thanks for the help.
Forum: Scripting Help 10-30-2008, 10:15
Replies: 9
Views: 4,551
Posted By Ricky Leone
Re: Print double quotes?

...Do you even know what I'm talking about?

An example list of escape codes in C++ would be:
\n - newline
\r - carriage return
\t - tab
\v - vertical tab
\b - backspace
\f - form feed (page...
Forum: Scripting Help 10-30-2008, 09:56
Replies: 9
Views: 4,551
Posted By Ricky Leone
Re: Print double quotes?

Ok, so what are the escape codes? O_o
Forum: Scripting Help 10-30-2008, 09:05
Replies: 9
Views: 4,551
Posted By Ricky Leone
Re: Print double quotes?

Alright, so to print a double quote, it would be:

client_print(id, print_chat, "^"%s^" has joined the game.", szName)

Is that right? If there are any differences in the escape codes from C++,...
Forum: Scripting Help 10-30-2008, 08:09
Replies: 9
Views: 4,551
Posted By Ricky Leone
Print double quotes?

And other escape codes? Tried \" and the compiler got mad at me. :(

If anybody has the full list of escape codes (assuming AMXX has them), that'd be great. :)
Forum: Scripting Help 10-29-2008, 11:10
Replies: 9
Views: 1,678
Posted By Ricky Leone
Re: [REQ]client_print problems

I have absolutely no idea what he's asking.
Forum: Scripting Help 10-29-2008, 06:26
Replies: 8
Views: 2,123
Posted By Ricky Leone
Re: [help]nick

#include <amxmodx>

public plugin_init()
{
register_plugin("Command Test", "1.0", "Spunky")

register_concmd("say !rr", cmd_restart, ADMIN_BAN, "- Restarts the server.")
}

public...
Forum: Scripting Help 10-29-2008, 04:17
Replies: 4
Views: 1,461
Posted By Ricky Leone
Re: set_task :(

Trying to make the client execute parameter.
Forum: Scripting Help 10-29-2008, 03:49
Replies: 4
Views: 1,461
Posted By Ricky Leone
Re: set_task :(

Could you explain why you add i to 1.0 in set_task, and why you fetch maxplayers? That's just confusing me more. :/

Also, it's a countdown, not a countup. But that's fine, I can just reverse what...
Forum: Scripting Help 10-29-2008, 03:29
Replies: 4
Views: 1,461
Posted By Ricky Leone
set_task :(

Ok, I'm confused again haha. Here's what I have:

new parameter[32]

for (new i = 3; i >= 0; i--)
{
if (i == 3)
parameter = "say /me gestures, 3..."

if (i == 2)
Forum: Scripting Help 10-29-2008, 01:23
Replies: 2
Views: 768
Posted By Ricky Leone
Re: Total Lines

Thank you, that's nice and convenient.
Forum: Scripting Help 10-29-2008, 00:18
Replies: 2
Views: 768
Posted By Ricky Leone
Total Lines

How can I count the total number of lines in a file? O_o
Forum: Scripting Help 10-28-2008, 00:13
Replies: 4
Views: 1,643
Posted By Ricky Leone
Re: Argument Type Mismatch >:(

It is a string... Any way:

new tid = get_user_index("%s", target)

doesn't work. So what do I do?
Forum: Scripting Help 10-27-2008, 23:46
Replies: 4
Views: 1,643
Posted By Ricky Leone
Argument Type Mismatch >:(

public cmd_showip(id, level, cid)
{
if (!cmd_access(id, level, cid, 2))
return PLUGIN_HANDLED

new arg[20]
read_argv(1, arg, 19)

new target = cmd_target(id, arg, 1)
new tid =...
Forum: Scripting Help 09-14-2007, 22:58
Replies: 9
Views: 2,711
Posted By Ricky Leone
Re: Name Drawing

An example illustrating this would be nice, yes. And thank you.
Forum: Scripting Help 09-14-2007, 16:34
Replies: 9
Views: 2,711
Posted By Ricky Leone
Re: Name Drawing

Thanks for all of the help. It's appreciated.
Forum: Scripting Help 09-13-2007, 23:43
Replies: 9
Views: 2,711
Posted By Ricky Leone
Name Drawing

Well, I'm trying to write a plugin to hide player names when you put your crosshair over them. This is for The Specialists. Here's what I have:

#include <amxmodx>

public plugin_init()
{...
Forum: Suggestions / Requests 02-18-2006, 00:10
Replies: 0
Views: 572
Posted By Ricky Leone
Requests

The Specialists RolePlay Plugin Requests
---------------

1. If anybody still has Jail Mod v2 by Remo Williams, I need it badly. And for some reason, it's in the trash can...

2. It would be...
Forum: Approved Plugins 02-17-2006, 03:09
Replies: 394
Views: 237,947
Posted By Ricky Leone
It still won't work for me... It's been a while,...

It still won't work for me... It's been a while, but when I tried to use it with AMXX 1.60 it still wouldn't work, it did the exact same thing as with 1.01.
Forum: Approved Plugins 12-24-2005, 03:11
Replies: 394
Views: 237,947
Posted By Ricky Leone
Wow, what generous support you people offer....

Wow, what generous support you people offer. ANSWER MEEEE!!!!
Forum: Approved Plugins 12-23-2005, 02:50
Replies: 394
Views: 237,947
Posted By Ricky Leone
Your problem is the same as mine. Someone please...

Your problem is the same as mine. Someone please answer!!!
Forum: Approved Plugins 12-21-2005, 19:06
Replies: 394
Views: 237,947
Posted By Ricky Leone
Can someone please answer me!? :x

Can someone please answer me!? :x
Forum: Approved Plugins 12-21-2005, 08:24
Replies: 394
Views: 237,947
Posted By Ricky Leone
The plugin will only half work for me. It loads...

The plugin will only half work for me. It loads the motd and shows me the code, but the song will not play. Here is my information:

Metamod: v1.18
AMX Mod: v1.01
Game: The Specialists

Here is...
Showing results 1 to 23 of 23

 
Forum Jump

All times are GMT -4. The time now is 21:00.


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