Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: ConnorMcLeod
Forum: Scripting Help 01-02-2012, 13:30
Replies: 17
Views: 2,584
Posted By ConnorMcLeod
Re: how to transfer all CT to T?

Can't be that line, that line is executed only 1 time (you have multiple errors) and the line doesn't contain any array.
This code is ripped from another plugin i have released and that doesn't...
Forum: Scripting Help 01-02-2012, 01:47
Replies: 17
Views: 2,584
Posted By ConnorMcLeod
Re: how to transfer all CT to T?

No, it was because i was removing all CT spawns.
Forum: Scripting Help 01-01-2012, 13:22
Replies: 17
Views: 2,584
Posted By ConnorMcLeod
Forum: Scripting Help 01-01-2012, 09:44
Replies: 17
Views: 2,584
Posted By ConnorMcLeod
Re: how to transfer all CT to T?

You don't understand what i mean, try this :

T slots are removed and changed into CT slots, so no one can join T team.

#include <amxmodx>
#include <fakemeta>

#define VERSION "0.0.1"...
Forum: Scripting Help 01-01-2012, 08:43
Replies: 17
Views: 2,584
Posted By ConnorMcLeod
Re: how to transfer all CT to T?

In that case, would be better to convert all CT spawns into T spawns ;)
Forum: Scripting Help 01-01-2012, 08:07
Replies: 17
Views: 2,584
Posted By ConnorMcLeod
Re: how to transfer all CT to T?

"Invalid player %d" on not connected index with cs_get_user_team native.
Forum: Scripting Help 01-01-2012, 07:39
Replies: 17
Views: 2,584
Posted By ConnorMcLeod
Re: how to transfer all CT to T?

Code fixed and changed ;)
Forum: Scripting Help 01-01-2012, 07:30
Replies: 17
Views: 2,584
Posted By ConnorMcLeod
Re: how to transfer all CT to T?

Previous method will generate errors.
Use this :
transfer()
{
new players[32], num
get_players(players, num, "h")
for(new id = players[--num]; num>=0; id = players[--num])
{
if(...
Showing results 1 to 8 of 8

 
Forum Jump

All times are GMT -4. The time now is 11:56.


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