argument 2 +rep pls help me I'm new with pwn...
#1

Код:
stock ReturnPlayerZone(playerid)
{
	new playerzone[256] = "Unknown";
	for(new j; j < sizeof(zones); j++) {
		if(IsPlayerInZone(playerid,j)) {//this line
			memcpy(playerzone, zones[j][zone_name], 0, 108);
			break;
		}
	}
    return playerzone;
}
Код:
error 035: argument type mismatch (argument 2)
Please some one help me out... And if you can please say how argument works and why there is error on that line.. Of course if you have time Thank you all for your time
Reply
#2

Pease Some One help me out... It's really needed...
Reply
#3

Can we see the stock about IsPlayerInZone, please.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)