11.10.2015, 19:29
hello.
i have a problem on : {
codes:
line 7521:
i have a problem on : {
PHP код:
(7521) : error 035: argument type mismatch (argument 2)
PHP код:
public OnPlayerConnect(playerid)
{
new strrr[512]; // line 7513
new Name[512]; // line 7514
GetPlayerName(playerid, Name, sizeof(Name)); // line 7515
for(new c = 0;c>30;c++) { // line 7517
new strr[55]; // line 7518
format(strr, sizeof(strr), "[%s]", DynamicClans[c][cTag]); // line 7519
if(HasClanTag(playerid, strr)) // line 7520
{ // line 7521
string_replace(Name , strr, " "); // line 7522
SetPlayerName(playerid, Name); // line 7523
} // line 7524
} // line 7525
PHP код:
{