How can i do this ?
#1

i want to load the color of the GangZone but doesnt work i get 1 error

Код:
error 035: argument type mismatch (argument 3)
The Error Code
pawn Код:
//Pers File
forward PerseTerritories(playerid, name[], value[]);
public PerseTerritories(playerid, name[], value[])
{
if(!strcmp(name, "Retake1")) SetPVarString(playerid, "Retake1", value);
}

//later on
INI_ParseFile("/Territories/Areas.txt", "PerseTerritories", false, true, playerid, true, false);
new Color[15]; GetPVarString(playerid, "Retake1", Color, sizeof Color);
GangZoneShowForPlayer(playerid, AreaRetake1,Color); //ERROR LINE IS HERE :|
Reply


Messages In This Thread
How can i do this ? - by park4bmx - 09.05.2011, 17:06
Re: How can i do this ? - by Biesmen - 09.05.2011, 17:16
Re: How can i do this ? - by park4bmx - 09.05.2011, 17:19
Re: How can i do this ? - by Vince - 09.05.2011, 17:20
Re: How can i do this ? - by Sasino97 - 09.05.2011, 17:24
Re: How can i do this ? - by park4bmx - 09.05.2011, 18:34

Forum Jump:


Users browsing this thread: 1 Guest(s)