This is a test forum with a static import from forum.open.mp it will not be automatically synchronised so any posts you make here will be lost when we migrate fully.
@frajola
Frajola
Hi guys. could you help me generate numbers and letters in the same string? Does not work. how could i do?
stock CreateVehiclePlate() { ? ? new string[10]; ? ? format(string, sizeof(string), "%s %d %s %s",? random('A'-'Z'), random('0'-'9'), random('A'-'Z'), random('A'-'Z')); ? ? return string; }
Please sign up or log in to reply