string in "new"
#1

Is it possible to:

new (STRING) = AddStaticVehicle..

basically, I am doing a car dealership system. And when he buys the car, then the string is his name.
Reply
#2

By dafault, 'new' is an integer.

pawn Код:
new string[2];
string[0] = AddStaticVehicle(
string[1] = AddStaticVehicle(
Reply
#3

Why would you save the ID of a car into a "string" (while this here is not a string)?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)