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
Help about string !
FizzyWalshy
Little Clucker
Posts: 40
Threads: 25
Joined: Jan 2017
Reputation:
0
#1
27.05.2017, 08:56
(
Последний раз редактировалось FizzyWalshy; 29.06.2017 в 06:02.
)
Remove -Fixed.
Find
Reply
asri
Big Clucker
Posts: 150
Threads: 22
Joined: May 2017
Reputation:
0
#2
27.05.2017, 08:59
you must make this
PHP код:
new
string
;
i think
Find
Reply
StrikerZ
High-roller
Posts: 1,050
Threads: 153
Joined: Mar 2016
Reputation:
0
#3
27.05.2017, 09:08
Quote:
Originally Posted by
asri
you must make this
PHP код:
new
string
;
i think
A string always contains a size.
So that'll be.
PHP код:
new
string
[
SIZE
];
For example
PHP код:
new
string
[
120
];
Find
Reply
Beckett
High-roller
Posts: 1,794
Threads: 104
Joined: Feb 2012
Reputation:
0
#4
27.05.2017, 10:04
It's because the string is not defined, there's no string created to begin with.
Find
Reply
Wary
Banned
Posts: 46
Threads: 0
Joined: May 2017
#5
27.05.2017, 10:05
use
PHP код:
new
string
[
256
];
Find
Reply
StrikerZ
High-roller
Posts: 1,050
Threads: 153
Joined: Mar 2016
Reputation:
0
#6
27.05.2017, 11:57
Quote:
Originally Posted by
Wary
use
PHP код:
new
string
[
256
];
Why 256? That line isn't that big. Even 120 would be enough.
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