29.09.2010, 15:39
Make Vehicle1 etc default: None then do:
if(!strmatch(Slot1, "None"))
{
// The player has an car
}
else
{
strmid(blabla); // youull get it working.
}
if(!strmatch(Slot1, "None"))
{
// The player has an car
}
else
{
strmid(blabla); // youull get it working.
}