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

Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: NoTiCE
Forum: Scripting 11-14-2016, 13:52
Replies: 4
Views: 1,138
Posted By NoTiCE
Re: Array problem

int iSize = sizeof(szItems);
int iSize2 = sizeof(szItems[]);
int iSize3 = sizeof(szItems[][]);

PrintToServer("[%d][%d][%d]", iSize, iSize2, iSize3);

http://savepic.ru/12212019.png

This...
Forum: Scripting 11-14-2016, 12:48
Replies: 4
Views: 1,138
Posted By NoTiCE
Array problem

Hello! I have problem with char array
public void OnPluginStart()
{
RegServerCmd("test", Cmd_Test);
}

public Action Cmd_Test(int args)
{
char szItems[][][] =
{
Forum: Plugin/Gameplay Ideas and Requests 07-17-2015, 13:25
Replies: 6
Views: 3,216
Posted By NoTiCE
Forum: Plugins 12-20-2014, 04:55
Replies: 273
Views: 154,274
Posted By NoTiCE
Re: [ANY] Hats! (Version 1.0.4c - 2/19/2012)

Any one have valid windows signature?
Forum: Scripting 09-04-2014, 09:03
Replies: 4
Views: 958
Posted By NoTiCE
Forum: Scripting 09-04-2014, 07:39
Replies: 4
Views: 958
Posted By NoTiCE
Re: cs_ragdoll entity and TraceRay function

What is better to replace a ragdoll? prop_dynamic?
Forum: Scripting 09-04-2014, 07:01
Replies: 4
Views: 958
Posted By NoTiCE
cs_ragdoll entity and TraceRay function

Hello. How can i find ragdoll entity on client aim. I try with
decl Float:eyeloc[3], Float:ang[3];
GetClientEyePosition(client, eyeloc);
GetClientEyeAngles(client, ang);...
Showing results 1 to 7 of 7

 
Forum Jump

All times are GMT -4. The time now is 08:05.


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