new str[118]; format(str,118,"Object_%d",obj); SetPVarInt(playerid, str, CreatePlayerObject(playerid,GetGVarInt("Object_model",obj), GetGVarFloat("Object_x",obj), GetGVarFloat("Object_y",obj), GetGVarFloat("Object_z",obj), GetGVarFloat("Object_rx",obj), GetGVarFloat("Object_ry",obj), GetGVarFloat("Object_rz",obj), 300));