SA-MP Forums Archive
Plugin support - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Plugin Development (https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: Plugin support (/showthread.php?tid=259121)



Plugin support - Swiftz - 03.06.2011

I'm currently trying to make a plugin from c++, It is based on string, so if in ms dos we input a text and it is taken as string, but how to change it to work if we type in chat box on sa-mp , we need to use strcmp or something plz help


Re: Plugin support - Swiftz - 03.06.2011

help


Re: Plugin support - Burridge - 03.06.2011

On a personal note, Ryder's topic is helping me. https://sampforum.blast.hk/showthread.php?tid=253436

Don't ignore what ****** said above me though.


Re: Plugin support - Swiftz - 03.06.2011

Hi , You haven't actually luk'd on to it or i didnt explain clearly

What i meant is im not new to C++

Im using
Quote:

std::cin >> string name;

for what i've mentioned above , so what to change it to be used by sa-mp chat box