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
Linear Mode
strfind inputtext
maksicnm
Big Clucker
Posts: 120
Threads: 37
Joined: Sep 2016
Reputation:
0
#10
08.01.2018, 20:07
Quote:
Originally Posted by
Misiur
Strcmp is a little different, you have to check if the return IS 0. So
pawn Код:
if
(
strcmp
(
inputtext, PI
[
playerid
]
[
pKod
]
)
==
0
)
Or
pawn Код:
if
(
!
strcmp
(
inputtext, PI
[
playerid
]
[
pKod
]
)
)
Tryied with if(!strcmp(inputtext, PI[playerid][pKod]))
And result is still same ( NO )
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
strfind inputtext
- by
maksicnm
- 08.01.2018, 19:26
Re: strfind inputtext
- by
MEW273
- 08.01.2018, 19:35
Re: strfind inputtext
- by
Misiur
- 08.01.2018, 19:36
Re: strfind inputtext
- by
maksicnm
- 08.01.2018, 19:41
Re: strfind inputtext
- by
MEW273
- 08.01.2018, 19:50
Re: strfind inputtext
- by
Misiur
- 08.01.2018, 19:52
Re: strfind inputtext
- by
maksicnm
- 08.01.2018, 19:57
Re: strfind inputtext
- by
MEW273
- 08.01.2018, 20:02
Re: strfind inputtext
- by
Misiur
- 08.01.2018, 20:03
Re: strfind inputtext
- by
maksicnm
- 08.01.2018, 20:07
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