[FilterScript] » GTA:SA Cheat code -- let's use it in SA:MP - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] » GTA:SA Cheat code -- let's use it in SA:MP (
/showthread.php?tid=434215)
» GTA:SA Cheat code -- let's use it in SA:MP -
thegreathom - 01.05.2013
A new versions come.
Re: » GTA:SA Cheat code -- let's use it in SA:MP -
SimpalK - 01.05.2013
Nice Script.
Will be really Helpful sometimes....
Re: » GTA:SA Cheat code -- let's use it in SA:MP -
gnoomen2 - 01.05.2013
Good job man!
Re : » GTA:SA Cheat code -- let's use it in SA:MP -
thegreathom - 01.05.2013
Thanks you guys ;').
Re: » GTA:SA Cheat code -- let's use it in SA:MP -
radiobizza - 01.05.2013
Awesome
Re: » GTA:SA Cheat code -- let's use it in SA:MP -
Red_Dragon. - 01.05.2013
Great job, might be helpful in certain cases though
Re: » GTA:SA Cheat code -- let's use it in SA:MP -
greentarch - 01.05.2013
USUMYMW isn't a cheat. But UZUMYMW is.
So, change your
pawn Code:
if(!strcmp("USUMYMW", text, true) && strlen(text)==strlen("USUMYMW") && GTACodes == true)
to
pawn Code:
if(!strcmp("UZUMYMW", text, true) && strlen(text) == strlen("UZUMYMW") && GTACodes == true)
Re: » GTA:SA Cheat code -- let's use it in SA:MP -
Johny32 - 02.05.2013
Not bad! I like it
Re : Re: » GTA:SA Cheat code -- let's use it in SA:MP -
thegreathom - 02.05.2013
Quote:
Originally Posted by greentarch
USUMYMW isn't a cheat. But UZUMYMW is.
So, change your
pawn Code:
if(!strcmp("USUMYMW", text, true) && strlen(text)==strlen("USUMYMW") && GTACodes == true)
to
pawn Code:
if(!strcmp("UZUMYMW", text, true) && strlen(text) == strlen("UZUMYMW") && GTACodes == true)
|
Ohmagod, the big fail! I'll edit it thanks you.
Re : » GTA:SA Cheat code -- let's use it in SA:MP -
thegreathom - 04.05.2013
More feedbacks please?