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

Showing results 1 to 25 of 66
Search took 0.01 seconds.
Search: Posts Made By: gameplayonline
Forum: Scripting Help 07-01-2018, 16:43
Replies: 3
Views: 629
Posted By gameplayonline
Forum: Scripting Help 07-01-2018, 10:30
Replies: 3
Views: 629
Posted By gameplayonline
SuperHero Tracker Invalid player id 0 problem

Hello i have this code:
public tracker_damage(id)
{
new victim
victim = id
new attacker
if (get_user_attacker(victim) > 0)
attacker = get_user_attacker(victim)
else
return...
Forum: Scripting Help 07-01-2018, 09:04
Replies: 4
Views: 825
Posted By gameplayonline
Forum: Scripting Help 07-01-2018, 08:59
Replies: 2
Views: 753
Posted By gameplayonline
Forum: Scripting Help 06-24-2018, 20:13
Replies: 2
Views: 753
Posted By gameplayonline
Re: SuperHero Ricochet plugin sometimes dont see trajectory

I think problem can be if function random dont choose on R,G,B in same time and this affect invisible trajectory. Am i right? Or is here problem in time calculation or can somebody explain please?
Forum: Scripting Help 06-24-2018, 11:45
Replies: 2
Views: 753
Posted By gameplayonline
SuperHero Ricochet plugin sometimes dont see trajectory

// RICOCHET!
I have this code of hero Ricochet:
/* CVARS - copy and paste to shconfig.cfg

//Ricochet
ricochet_level 0
ricochet_showrebound 1 //Show rebound sprites
ricochet_extradamage...
Forum: Tech Support 06-24-2018, 10:50
Replies: 0
Views: 1,947
Posted By gameplayonline
Forum: General 06-24-2018, 08:24
Replies: 2
Views: 844
Posted By gameplayonline
wtj.log what it is?

Hello, I have in amx mod x log fodler file wtj.log and here i have:
L 08/22/2017 - 17:24:01: Log file started (file "cstrike/addons/amxmodx/logs/wtj.log") (game "cstrike") (amx "1.8.2")
L...
Forum: Scripting Help 06-20-2018, 07:08
Replies: 4
Views: 825
Posted By gameplayonline
Money per kill adjust?

Hello im doign VIP plugin.
I have this code:
/* Plugin generated by AMXX-Studio */


#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <fun>
Forum: Off-Topic 06-19-2018, 10:13
Replies: 1
Views: 2,382
Posted By gameplayonline
PHP with HTML form need help

I have this html form:
inside my php file:
<html>
<head>
<title>A BASIC HTML FORM</title>
<form name="sms-generator" id="sms-gen" method="GET">
<br><b>Zvoľ či si Registrovaný /...
Forum: Off-Topic 06-18-2018, 08:52
Replies: 2
Views: 661
Posted By gameplayonline
Forum: Off-Topic 06-18-2018, 06:37
Replies: 2
Views: 661
Posted By gameplayonline
SQL how to add .16 after .5

I have SQL database and table where i want add .16 is formated as text.
I have already inserted .5 and i want insert .16 after .5 it must look: .5.16 but .5 is variable value and in other user in...
Forum: Scripting Help 06-18-2018, 05:13
Replies: 4
Views: 934
Posted By gameplayonline
Forum: Scripting Help 06-17-2018, 15:35
Replies: 4
Views: 934
Posted By gameplayonline
Re: AMX Bans How to calculate date of create and end?

Is it php function? Because i cant use/find it on php net. This script is in PHP... It is without game server control.
Forum: Scripting Help 06-17-2018, 14:58
Replies: 4
Views: 934
Posted By gameplayonline
AMX Bans How to calculate date of create and end?

Hello,
Im doing script to connect SMS gate VIP with my amxbans...
Im interested how is calculated date of create/date of end because this script will manually add user to admin database with VIP...
Forum: Off-Topic 06-17-2018, 14:56
Replies: 2
Views: 856
Posted By gameplayonline
Re: PHP+SQL Need help

Thank you really much! 8 hours i tried to solve... :D
Forum: Off-Topic 06-17-2018, 13:41
Replies: 2
Views: 856
Posted By gameplayonline
PHP+SQL Need help

I want get ID which have autoincrement value and save to variable because i want sue it in next table.

I dont knwo why it dont work and result is every time 0 or unknown value

I tried it rework...
Forum: Scripting Help 06-03-2018, 16:38
Replies: 8
Views: 1,349
Posted By gameplayonline
Re: Problem with logical &

Full code:
// VASH THE STAMPEDE! - From the anime Trigun. Vash is a peace loving, donut eating, girl crazy pacifist with a 60 billion double dollar bounty on his head.

/* CVARS - copy and paste...
Forum: Scripting Help 06-03-2018, 15:54
Replies: 8
Views: 1,349
Posted By gameplayonline
Re: Problem with logical &

Ok i have this:
public vash_damage(id)
{
if ( !shModActive() || !is_user_alive(id) ) return

new damage = read_data(2)
new weapon, bodypart, attacker = get_user_attacker(id, weapon,...
Forum: Scripting Help 06-03-2018, 15:05
Replies: 8
Views: 1,349
Posted By gameplayonline
Re: Problem with logical &

If i have
else if( (PlayerLevel[id] >= 0) & (PlayerLevel[id] <= 6) )
{
new extraDamage = floatround( (damage * get_cvar_float("vash_deaglemult" ) ) * 30 )
if (extraDamage > 0)...
Forum: Scripting Help 06-03-2018, 14:47
Replies: 8
Views: 1,349
Posted By gameplayonline
Re: Problem with logical &

Now i have this errors:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2013 ITB CompuPhase, AMX Mod X Team

Error: Invalid expression, assumed zero on line 200
Warning:...
Forum: Scripting Help 06-03-2018, 14:25
Replies: 8
Views: 1,349
Posted By gameplayonline
Problem with logical &

Hello,
Im trying to rework vash and stampade hero for superhero mode.
I was do this code>
public vash_damage(id)
{
if ( !shModActive() || !is_user_alive(id) ) return

new damage =...
Forum: Off-Topic / General Chat 06-02-2018, 17:34
Replies: 123
Views: 81,440
Posted By gameplayonline
Re: Plugin: SuperHero Monitor - Shows True HP/AP on screen

I have problem with this plugin. Sometimes it removes original HP bar and sometimes no. Can somebody help or have new version or other plugin which works?
Forum: General 10-21-2017, 08:11
Replies: 21
Views: 4,076
Posted By gameplayonline
Re: AmxBans for non-own server

They are authentificated by steamid + password but we want have it safe and we cant provide other person to see others password...

"If every server add its own table for admins and don't give...
Forum: General 10-17-2017, 06:53
Replies: 21
Views: 4,076
Posted By gameplayonline
Re: AmxBans for non-own server

He can get server admin passwords from other servers from mysql database too...
Showing results 1 to 25 of 66

 
Forum Jump

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


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