08.05.2011, 14:45
(
Последний раз редактировалось me-borno; 08.05.2011 в 15:26.
)
Ok, ive figuered out that whould work at all..
this is my new atempt:
but when i try this, the server actually crashes :S
it builds fine, but still... its crashes.
this is my new atempt:
Код:
static cell AMX_NATIVE_CALL GetVehicleName(AMX *amx, cell *params) { char* name = "No Vehicle"; ... return char (name); }
it builds fine, but still... its crashes.