Invalid Memory access
#3

Quote:
Originally Posted by Ahmed21
View Post
I'm not sure but replace this line with yours:

PHP Code:
CMD:error(playeridparams[]) 
Same thing

PHP Code:
CMD:error(playerid

    new 
string[100];
    
format(string100"[Erreur] "RED_U"Testing - Name : %s - Level: %d"GetName(playerid), GetPlayerScore(playerid));
    
SendClientMessage(playeridREDFstring);
    
SendClientMessage(playeridREDF"[Erreur] "RED_U"Blabla");
    
format(string100"[Erreur] "RED_U"Hi' - Money: %i"GetPlayerMoney(playerid));
    
SendClientMessage(playeridREDFstring);
    return 
1

Just get rid of Error function, it ain't that easy
Reply


Messages In This Thread
Invalid Memory access - by Dayrion - 08.08.2016, 14:56
Re: Invalid Memory access - by Ahmed21 - 08.08.2016, 15:01
Re: Invalid Memory access - by Shinja - 08.08.2016, 15:02
Re: Invalid Memory access - by Ahmed21 - 08.08.2016, 15:06
Re: Invalid Memory access - by Shinja - 08.08.2016, 15:10
Re: Invalid Memory access - by Dayrion - 08.08.2016, 15:12
Re: Invalid Memory access - by Ahmed21 - 08.08.2016, 15:13
Re: Invalid Memory access - by Dayrion - 08.08.2016, 15:26
Re: Invalid Memory access - by Shinja - 08.08.2016, 15:29
Re: Invalid Memory access - by Dayrion - 08.08.2016, 15:52

Forum Jump:


Users browsing this thread: 1 Guest(s)