SA-MP Forums Archive
How convert gamemode RP to 0.3 from 0.2x ? - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How convert gamemode RP to 0.3 from 0.2x ? (/showthread.php?tid=95944)



How convert gamemode RP to 0.3 from 0.2x ? - Tony_Arracardo - 05.09.2009

How convert gamemode RP to 0.3 from 0.2x to operate all functions


Re: How convert gamemode RP to 0.3 from 0.2x ? - AcId n RaPiD - 05.09.2009

By scripting them in your gamemode.


Re: How convert gamemode RP to 0.3 from 0.2x ? - _TeRmiNaToR_ - 05.09.2009

Quote:
Originally Posted by AcId n RaPiD
By scripting them in your gamemode.
Lol.


Re: How convert gamemode RP to 0.3 from 0.2x ? - Correlli - 05.09.2009

Recompile your script with the new include files.


Re: How convert gamemode RP to 0.3 from 0.2x ? - Tony_Arracardo - 05.09.2009

Quote:
Originally Posted by Don Correlli
Recompile your script with the new include files.
I know but that is not all functions work, inter alia, that
stock NickName(playerid)
{
new nick[MAX_STRING];
GetPlayerName(playerid, nick, sizeof(nick));
nick = strreplace("_", " ", nick);
return nick;
}
in sa-mp 0.2x it's works


Re: How convert gamemode RP to 0.3 from 0.2x ? - BlackFoX - 05.09.2009

Your ,,strreplaceґґ Function doesnt work ...
Compile your Script and test it, if you found any Bug, check it in your Script and look for another way to fix it,
you can use sa-mp Wiki for it


Re: How convert gamemode RP to 0.3 from 0.2x ? - Tony_Arracardo - 05.09.2009

i find this https://sampwiki.blast.hk/wiki/Useful_Functions#str_replace but i have error "error 017: undefined symbol "str_replace""