Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: Arenmake
Forum: Scripting Help 04-28-2012, 07:06
Replies: 6
Views: 1,016
Posted By Arenmake
Set model when pick up a weapon

I have a menu in which I press an option and gives me a gun m4a1, modified model

But if a user selects the option, and then he drops the gun, I do not have to pick the model

I tried...
Forum: Scripting Help 04-22-2012, 14:33
Replies: 1
Views: 741
Posted By Arenmake
The lower level, more experience

Hello

I know it has to do specifically with Pawn, but I thought maybe I can help

Ecuasión need some math for me better bonus exp if I am low. As I am the highest level, the bonus received...
Forum: Scripting Help 04-18-2012, 08:43
Replies: 1
Views: 748
Posted By Arenmake
[MySQL] Invalid handle

hi

show me these errors in the logs:


L 04/18/2012 - 09:39:28: [MySQL] Invalid handle: 0
L 04/18/2012 - 09:39:28: [AMXX] Displaying debug trace (plugin "admin5.amxx")
L 04/18/2012 -...
Forum: Scripting Help 04-15-2012, 14:32
Replies: 3
Views: 795
Posted By Arenmake
Re: index out of bounds

sry


// Hard coded extra items
enum
{
EXTRA_NVISION = 0,
EXTRA_ANTIDOTE,
EXTRA_MADNESS,
EXTRA_INFBOMB,
Forum: Scripting Help 04-15-2012, 14:15
Replies: 3
Views: 795
Posted By Arenmake
index out of bounds

hi

I get this error in this code:


extra_timer[id][EXTRA_CLIP] = 40 // secs
check_timer(id, EXTRA_CLIP)

// ....
Forum: Off-Topic / Chat General 04-15-2012, 09:16
Replies: 26,241
Views: 9,703,679
Posted By Arenmake
Re: Desvirtúe aquí.

Alguien sabe pq no resta en este contador? Tira index out of bounds :P


public check_timer(id, item)
{
contador[id][item]--;

if (contador[id][item] > 0)
{
new args[1]
Forum: Spanish 04-14-2012, 07:56
Replies: 11
Views: 2,833
Posted By Arenmake
Re: Obtener datos restantes de una fecha

Listo, testeé y funciona correctamente

Lo que faltaría es como es la división para los meses restantes:


public CmdRestantes(id)
{
new segundosunix = TimeToUnix(2012, 04, 20, 15, 40,...
Forum: Spanish 04-14-2012, 07:11
Replies: 11
Views: 2,833
Posted By Arenmake
Re: Obtener datos restantes de una fecha

Esto estaría bien? :P


public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)

register_clcmd("say /restantes", "CmdRestantes")
}
Forum: Spanish 04-14-2012, 06:23
Replies: 11
Views: 2,833
Posted By Arenmake
Obtener datos restantes de una fecha

Hola :)

Soy nuevo acá y queria pedirles si me pueden ayudar con esto :3

Lo que quiero es que en algún stock o algo, returnee un mensaje (print) que muestre los datos restantes de una fecha (por...
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT -4. The time now is 17:31.


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