16.12.2011, 12:35
I see, I added them again.
its not for RP its for Trucking server, its highly needed.
if its really that hard to script than nvm i just thought its could be easy with your system, lol xD Tnx anyway! much appreicate your work! |
CreateOrganization(Thunderbirds[32], -687.5341,425.3484,11.5729);
CreateOrganization("Thunderbirds", -687.5341,425.3484,11.5729);
Hi!
You don't need to define the name of the org, it is already defined in an enum. Just use it like this: Код:
CreateOrganization("Thunderbirds", -687.5341,425.3484,11.5729); |
warning 213: tag mismatch
warning 202: number of arguments does not match definition
ah ok! thanks! but it gives me 2 warning
pawn Код:
|
stock CreateOrganization(name[32], skin, Float:x,Float:y,Float:z, wp1 = 0,a1 = 0,wp2 = 0,a2 = 0,wp3 = 0,a3 = 0)
CreateOrganization("Thunderbirds", 3, -687.5341,425.3484,11.5729);
stock hexToDec(hex) { new out[11]; format(out, 11, "%i", hex); return strval(out); }