How convert gamemode RP to 0.3 from 0.2x ?
#1

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

By scripting them in your gamemode.
Reply
#3

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

Recompile your script with the new include files.
Reply
#5

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
Reply
#6

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
Reply
#7

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


Forum Jump:


Users browsing this thread: 5 Guest(s)