19.01.2016, 10:12
Hello, Jastak
If type_tt is a integer like you mention in the stock, it can only accept numbers, in this case you switch it, and then you create a "case 's':" that 's' is a string, and thats wrong, either you use numbers or strings cant use both unless you convert in some way before you put it in the stock function...
If type_tt is a integer like you mention in the stock, it can only accept numbers, in this case you switch it, and then you create a "case 's':" that 's' is a string, and thats wrong, either you use numbers or strings cant use both unless you convert in some way before you put it in the stock function...
Quote:
stock implodeTextVehicle(playerid, pvInfo: enum_tt, type_v, type_tt = 0) { new string2[MAX_PLAYERVEHICLES*(14*MAX_MODS)]; switch(type_tt) {.. |