27.09.2010, 06:03
I've got a problem and i can't start another thread ...
Код:
36 if (strcmp("/detach", cmdtext, true, 10) == 0) 37 { 38 new vehicleid[24]; 39 GetVehicleName(vehicleid, vehicleid, sizeof(vehicleid)); 40 if(IsTrailerAttachedToVehicle(vehicleid)) 41 { 42 DetachTrailerFromVehicle(vehicleid); 43 } 44 else 45 { 46 SendClientMessage(playerid,0xFFFFFFFF, "dasf"); 47 } 48 return 1; 49 }
Код:
C:\Documents and Settings\Elev\My Documents\sau\pawno\detach.pwn(39) : error 017: undefined symbol "GetVehicleName" C:\Documents and Settings\Elev\My Documents\sau\pawno\detach.pwn(39) : warning 202: number of arguments does not match definition C:\Documents and Settings\Elev\My Documents\sau\pawno\detach.pwn(40) : error 035: argument type mismatch (argument 1) C:\Documents and Settings\Elev\My Documents\sau\pawno\detach.pwn(42) : error 035: argument type mismatch (argument 1)