11.07.2010, 14:29
Maybe a cmd to convert a array into a string?
So that i could do this:
if(BoughtCarsOwnerName[boughtcar] != myUsername) {
SendClientMessage(playerid, "You are not the owner");
}
So that i could do this:
if(BoughtCarsOwnerName[boughtcar] != myUsername) {
SendClientMessage(playerid, "You are not the owner");
}