Raised This Month: $ Target: $400
 0% 

Showing results 1 to 6 of 6
Search took 0.02 seconds.
Search: Posts Made By: CouldYouPlease051
Forum: Scripting Help 06-29-2017, 05:31
Replies: 4
Views: 813
Posted By CouldYouPlease051
Re: Fetching first character from enum string array

Are you sure?
error 028: invalid subscript (not an array or too many subscripts): "szData"
Forum: Scripting Help 06-29-2017, 03:54
Replies: 4
Views: 813
Posted By CouldYouPlease051
Fetching first character from enum string array

enum _:Data {
szData[10],
iData
}

new eData[33][Data];

..szData = "Hello"..
eData[id][szData][0] returns Hello
eData[id][szData][1] returns ello
Forum: Scripting Help 03-21-2017, 16:49
Replies: 7
Views: 1,222
Posted By CouldYouPlease051
Re: Setting user team with client_cmd

Right.. I'd like to believe I was quite clear about KliPPy's solution working just fine, it seems you either misunderstood or you're simply postcounting.
Forum: Scripting Help 03-21-2017, 14:49
Replies: 7
Views: 1,222
Posted By CouldYouPlease051
Re: Setting user team with client_cmd

No, this is in a delayed function which is hooked with the ShowMenu and VGUIMenu message.
Forum: Scripting Help 03-21-2017, 11:19
Replies: 7
Views: 1,222
Posted By CouldYouPlease051
Re: Setting user team with client_cmd

Silly, but that oughta do it, thank you.
Forum: Scripting Help 03-21-2017, 11:00
Replies: 7
Views: 1,222
Posted By CouldYouPlease051
Setting user team with client_cmd

public handleJoin(id) {
if(bool:g_PlayerData[id][inTeam] == true) {
return PLUGIN_HANDLED_MAIN;
}

return PLUGIN_CONTINUE;
}Handles jointeam and joinclass commands.
This part in the...
Showing results 1 to 6 of 6

 
Forum Jump

All times are GMT -4. The time now is 22:52.


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