error 035: argument type mismatch (argument 2)
#1

hello.

i have a problem on : {

PHP код:
(7521) : error 035argument type mismatch (argument 2
codes:
PHP код:
public OnPlayerConnect(playerid)
{    
    
    new 
strrr[512]; // line 7513
    
new Name[512]; // line 7514
    
GetPlayerName(playeridNamesizeof(Name)); // line 7515
    
for(new 0;c>30;c++) { // line 7517
    
new strr[55]; // line 7518
    
format(strrsizeof(strr), "[%s]"DynamicClans[c][cTag]); // line 7519
    
if(HasClanTag(playeridstrr))  // line 7520
    
// line 7521
    
string_replace(Name strr" "); // line 7522
    
SetPlayerName(playeridName); // line 7523
    
// line 7524
    
// line 7525 
line 7521:

PHP код:

Reply


Messages In This Thread
error 035: argument type mismatch (argument 2) - by AmirHossaiN - 11.10.2015, 19:29
Re: error 035: argument type mismatch (argument 2) - by Unte99 - 11.10.2015, 20:24
Re: error 035: argument type mismatch (argument 2) - by AmirHossaiN - 12.10.2015, 12:12
Re: error 035: argument type mismatch (argument 2) - by Unte99 - 12.10.2015, 14:27

Forum Jump:


Users browsing this thread: 1 Guest(s)