Erro(+rep)
#1

Hello Scripterzzz..I just now resloving my warnings and i get some error :/

Lines:
pawn Код:
SCMF(ProdavacAvtomobil[playerid], COLOR_WHITE, "{739EFA}%s ja prifati ponudata i go kupi vasiot avtomobil", GetName(playerid));
                    strmid(MyVehicle[i][MyVehOwner], GetName(playerid), 0, strlen(GetName(playerid)), 64);
                    MyVehicle[playerid][MyVehCar] = 1;
error 035: argument type mismatch (argument 2)

Error on line: strmid(MyVehicle[i][MyVehOwner], GetName(playerid), 0, strlen(GetName(playerid)), 64);
Reply
#2

solution ?
Reply
#3

pawn Код:
MF(ProdavacAvtomobil[playerid], COLOR_WHITE, "{739EFA}%s ja prifati ponudata i go kupi vasiot avtomobil", GetName(playerid));
                    strmid(MyVehicle[i][MyVehOwner], GetName(playerid), 0 , strlen(GetName(playerid)), 64);
                    MyVehicle[playerid][MyVehCar] = 1;
Reply
#4

kinglee you give me my code i fixed it it was the problem with GetName i changet to sendername and works
Reply
#5

I didnt give you your code Just updated it.
Reply
#6

where is updated ? -_-
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)