error 079: inconsistent return types (array & non-array)
#6

GetPlayerGang returns a string. If zTeam is an integer, what you're trying to do will not work. If it's a string, then copy them with strcat:
pawn Код:
#if !defined strcpy
    strcpy(%0,%1) strcat((%0[0] = EOS, %0), %1)
#endif
PHP код:
strcpy(ZoneInfo[i][zTeam], GetPlayerGang(playerid), /* SIZE OF zTeam HERE */); 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)