Zaloguj się by uzyskać pełen dostęp. Nie masz jeszcze konta? Założ je już teraz w kilka sekund.
GTAONLINE.PL
Tematy otagowane jako: pliku!
1. Pojazd z pliku!
Witam was mam takie cos

Kod:

if(response)
{
switch(listitem)
{
case 0:
{
new stringg[256];
format(stringg, sizeof(stringg), "%s", dini_Get(PlikPrivcar(playerid), "POJAZD"));
if(!strcmp(inputtext, stringg))
{
new Float:x, Float:y, Float:z;
new Float:a;
GetPlayerPos(playerid, x, y, z);
GetPlayerFacingAngle(playerid, a);
CreateVehicle(inputtext ,x ,y ,z ,a ,-1 ,-1 ,60);
}
}
}
}


Error
Kod:

error 035: argument type mismatch (argument 1)


To jest ta linia
Kod:

CreateVehicle(inputtext ,x ,y ,z ,a ,-1 ,-1 ,60);


Pomoze ktos?