11.06.2014, 08:06
pawn Код:
//the dialog where they purchase a car (saving it to their variable.)
pInfo[playerid][pVehicleOwner] = GetName(playerid);
pawn Код:
//the dialog where they purchase a car (saving it to their variable.)
format(pInfo[playerid][pVehicleOwner], 32,"%s", GetName(playerid));