Forum
Search
Members
Help
Hello There, Guest!
Login
Username:
Password:
Lost Password?
Remember me
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Threaded Mode
Need quick help with text length
Sc0pion
Huge Clucker
Posts: 428
Threads: 111
Joined: Dec 2014
Reputation:
0
#1
13.03.2015, 13:23
(
Последний раз редактировалось Sc0pion; 14.03.2015 в 20:20.
)
Fixed!
Find
Reply
Gammix
High-roller
Posts: 1,773
Threads: 47
Joined: Jan 2015
Reputation:
0
#2
13.03.2015, 13:29
Just increase the string size. For example:
Quote:
new string[
128
];
TO
Quote:
new string[
256
];
Find
Reply
CalvinC
High-roller
Posts: 1,830
Threads: 49
Joined: Nov 2014
Reputation:
0
#3
13.03.2015, 13:41
Quote:
Originally Posted by
Gammix
Just increase the string size. For example:
TO
Client messages can be a maximum of 128 characters long.
But make sure your array has 128 cells, otherwise you'll probably have to split it into 2 messages, or just make it shorter.
Find
Reply
HY
Gangsta
Posts: 540
Threads: 107
Joined: Sep 2014
Reputation:
0
#4
13.03.2015, 13:45
As
@CalvinC
said, client messages length can maximum have
128
characters lenght.
You have
118
characters, so you can add
10
characters.
Find
Reply
«
Next Oldest
|
Next Newest
»
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
SA-MP
-- News and Updates
-- General
-- Client Support
-- Bug Reports
-- Screenshots and Videos
SA-MP Server
-- Server Support
-- Server Advertisements
SA-MP Scripting and Plugins
-- Scripting Help
---- Tutorials
---- Discussion
---- Help Archive
-- Gamemode Scripts
-- Filterscripts
---- Includes
---- Tools and Files
---- Maps
-- Plugin Development
SA-MP DL Edition
-- SA-MP 0.3.DL
---- Model Releases
Other
-- Everything and Nothing
Non-English
-- Languages
---- Nederlands/Dutch
------ Scripting Showroom en Discussie
------ Off topic
---- Español/Spanish
------ Lanzamientos/Releases
---- Français/French
------ Showroom
---- Русский/Russian
------ Релизы/Releases
---- Português/Portuguese
------ Lançamentos/Releases
---- Română/Romanian
------ Salonul Scripturilor
---- Archive
Users browsing this thread: 1 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help